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
'Declaration
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
String^ get ();
}
abstract Name : string with 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.