Proprietà IOnDemandLoadableCollection.Loaded

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

Gets whether the collection is loaded.

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

Sintassi

'Dichiarazione
Property Loaded As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IOnDemandLoadableCollection 
Dim value As Boolean 

value = instance.Loaded

instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
    bool get ();
    void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean 
function set Loaded (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the collection is loaded; otherwise, false.

Vedere anche

Riferimento

IOnDemandLoadableCollection Interfaccia

Spazio dei nomi Microsoft.AnalysisServices.Hosting