IDataSourceDescriptor.Name Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the current instance.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

The name of the current instance.

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top