Share via


IOnDemandLoadableCollection.Loaded Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets whether the collection is loaded.

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

Syntax

'Declaration
Property Loaded As Boolean 
    Get 
    Set
'Usage
Dim instance As IOnDemandLoadableCollection 
Dim value As Boolean 

value = instance.Loaded

instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
    bool get ();
    void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean 
function set Loaded (value : boolean)

Property Value

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

See Also

Reference

IOnDemandLoadableCollection Interface

Microsoft.AnalysisServices.Hosting Namespace