Compartilhar via


Propriedade do RDL ModelComponentCollection.IOnDemandLoadableCollection.Loaded

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

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

Sintaxe

'Declaração
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded 
    Get 
    Set
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IOnDemandLoadableCollection.Loaded

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices