Propriété IMajorObject.IsLoaded
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 object is currently loaded.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
ReadOnly Property IsLoaded As Boolean
Get
'Utilisation
Dim instance As IMajorObject
Dim value As Boolean
value = instance.IsLoaded
bool IsLoaded { get; }
property bool IsLoaded {
bool get ();
}
abstract IsLoaded : bool
function get IsLoaded () : boolean
Valeur de propriété
Type : System.Boolean
True if the object is currently loaded; otherwise, false.