Proprietà IMajorObject.IsLoaded

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value indicating whether the object is currently loaded.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsLoaded As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
True if the object is currently loaded; otherwise, false.

Vedere anche

Riferimento

IMajorObject Interfaccia

Spazio dei nomi Microsoft.AnalysisServices