Partager via


Propriété IDataSourceDescriptor.Prepared

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 indicating whether the IDataSourceDescriptor object is prepared.

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

Syntaxe

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

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

Valeur de propriété

Type : System.Boolean
true if this IDataSourceDescriptor object is prepared; otherwise, false.

Voir aussi

Référence

IDataSourceDescriptor Interface

Espace de noms Microsoft.DataWarehouse.Interfaces