Freigeben über


ModelComponentCollection.IOnDemandLoadableCollection.Loaded-Eigenschaft

Gets or sets a value that indicates whether the collection is loaded.

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

Syntax

'Declaration
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded 
    Get 
    Set
'Usage
Dim instance As ModelComponentCollection 
Dim value As Boolean 

value = CType(instance, IOnDemandLoadableCollection).Loaded 

CType(instance, IOnDemandLoadableCollection).Loaded = value
bool IOnDemandLoadableCollection.Loaded { get; set; }
private:
virtual property bool Loaded {
    bool get () sealed = IOnDemandLoadableCollection::Loaded::get;
    void set (bool value) sealed = IOnDemandLoadableCollection::Loaded::set;
}
private abstract Loaded : bool with get, set 
private override Loaded : bool with get, set
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

IOnDemandLoadableCollection.Loaded

Siehe auch

Verweis

ModelComponentCollection Klasse

Microsoft.AnalysisServices-Namespace