Freigeben über


IOnDemandLoadableCollection.Loaded-Eigenschaft

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

Implementiert

IOnDemandLoadableCollection. . :: . .Loaded