Share via


IDataSourceDescriptor.Moniker Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the moniker associated with the object.

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

Syntax

'Declaration
ReadOnly Property Moniker As String 
    Get
'Usage
Dim instance As IDataSourceDescriptor 
Dim value As String 

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

Property Value

Type: System.String
The moniker associated with the object.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace