IDataSourceDescriptor.Moniker Property

 

Applies To: SQL Server 2016 Preview

Gets the moniker associated with the object.

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

Syntax

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

Property Value

Type: System.String

The moniker associated with the object.

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top