IOnDemandLoadableCollection.Loaded Property

 

Applies To: SQL Server 2016 Preview

Gets whether the collection is loaded.

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

Syntax

bool Loaded { get; set; }
property bool Loaded {
    bool get();
    void set(bool value);
}
abstract Loaded : bool with get, set
Property Loaded As Boolean

Property Value

Type: System.Boolean

true if the collection is loaded; otherwise, false.

See Also

IOnDemandLoadableCollection Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top