Share via


Propriété IDataSourceDescriptor.Valid

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 a value that indicates whether the IDataSourceDescriptor object is valid.

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

Syntaxe

'Déclaration
ReadOnly Property Valid As Boolean 
    Get
'Utilisation
Dim instance As IDataSourceDescriptor 
Dim value As Boolean 

value = instance.Valid
bool Valid { get; }
property bool Valid {
    bool get ();
}
abstract Valid : bool
function get Valid () : boolean

Valeur de propriété

Type : System.Boolean
true the IDataSourceDescriptor object is valid; otherwise, false.

Voir aussi

Référence

IDataSourceDescriptor Interface

Espace de noms Microsoft.DataWarehouse.Interfaces