IVsDataSource.Name Property

Gets the programmatic name of the DDEX data source.

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 IVsDataSource
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 data source.

Remarks

The programmatic name of a DDEX data source is the name of the source as specified in the registry. The name is read from the default value of the data source’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. An example of a value for this property might be "Microsoft SQL Server".

Permissions

See Also

Reference

IVsDataSource Interface

IVsDataSource Members

Microsoft.VisualStudio.Data.Core Namespace