IDataSourceDescriptor.Moniker Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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