Udostępnij za pośrednictwem


Właściwość ModelComponentCollection.IOnDemandLoadableCollection.Loaded

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded
    Get
    Set
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: System.Boolean

Implementacje

IOnDemandLoadableCollection.Loaded