Propriété IOnDemandLoadableCollection.Loaded

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets whether the collection is loaded.

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

Syntaxe

'Déclaration
Property Loaded As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IOnDemandLoadableCollection Interface

Espace de noms Microsoft.AnalysisServices.Hosting