IVsDataProvider.Name Property

Gets the programmatic name of the DDEX provider.

Namespace:  Microsoft.VisualStudio.Data.Core
Assembly:  Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)

Syntax

'宣言
ReadOnly Property Name As String
'使用
Dim instance As IVsDataProvider
Dim value As String

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
function get Name () : String

Property Value

Type: System.String

The programmatic name of the DDEX provider.

Remarks

The programmatic name of a DDEX provider is the name of the provider as specified in the registry. The name is read from the default value of the data provider’s registry key. If no name is specified, this property returns a string representation of the Guid property.

Typically, the programmatic name is a culture-neutral version of the DisplayName property.

".NET Framework Data Provider for SQL Server" is an example value for this property.

Permissions

See Also

Reference

IVsDataProvider Interface

IVsDataProvider Members

Microsoft.VisualStudio.Data.Core Namespace