ModelComponentCollection.IOnDemandLoadableCollection.Loaded Property

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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean

Implements

IOnDemandLoadableCollection.Loaded