Compartir a través de


IDataSourceDescriptor.Moniker Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the moniker associated with the object.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property Moniker As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDataSourceDescriptor Interfaz

Espacio de nombres Microsoft.DataWarehouse.Interfaces