Compartir a través de


IOnDemandLoadableCollection.Loaded Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets whether the collection is loaded.

Espacio de nombres:  Microsoft.AnalysisServices.Hosting
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IOnDemandLoadableCollection Interfaz

Espacio de nombres Microsoft.AnalysisServices.Hosting