Partager via


Propriété IDataSourceDescriptor.Kind

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the kind of this current instance.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property Kind As Guid 
    Get
'Utilisation
Dim instance As IDataSourceDescriptor 
Dim value As Guid 

value = instance.Kind
Guid Kind { get; }
property Guid Kind {
    Guid get ();
}
abstract Kind : Guid
function get Kind () : Guid

Valeur de propriété

Type : System.Guid
The kind of this current instance.

Voir aussi

Référence

IDataSourceDescriptor Interface

Espace de noms Microsoft.DataWarehouse.Interfaces