Partilhar via


Propriedade do RDL IOnDemandLoadableCollection.Loaded

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the collection is loaded.

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

Sintaxe

'Declaração
Property Loaded As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IOnDemandLoadableCollection Interface

Namespace Microsoft.AnalysisServices.Hosting