Freigeben über


IOnDemandLoadableCollection.Loaded-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets whether the collection is loaded.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Property Loaded As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

IOnDemandLoadableCollection Schnittstelle

Microsoft.AnalysisServices.Hosting-Namespace