ModelComponentCollection.IOnDemandLoadableCollection.Loaded Property

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

bool IOnDemandLoadableCollection.Loaded { get; set; }
private:
property bool Loaded {
    virtual bool get() sealed = IOnDemandLoadableCollection::Loaded::get;
    virtual void set(bool value) sealed = IOnDemandLoadableCollection::Loaded::set;
}
private abstract Loaded : bool with get, set
private override Loaded : bool with get, set
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded

Property Value

Type: System.Boolean

Implements

IOnDemandLoadableCollection.Loaded

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top