Partager via


Propriété IOnDemandLoadableCollection.Loaded

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded
    Get
    Set
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System. . :: . .Boolean

Implémente

IOnDemandLoadableCollection. . :: . .Loaded