Proprietà ModelComponentCollection.IOnDemandLoadableCollection.Loaded

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

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

Sintassi

'Dichiarazione
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded 
    Get 
    Set
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

IOnDemandLoadableCollection.Loaded

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices