Propriedade do RDL IMajorObject.IsLoaded
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value indicating whether the object is currently loaded.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
ReadOnly Property IsLoaded As Boolean
Get
'Uso
Dim instance As IMajorObject
Dim value As Boolean
value = instance.IsLoaded
bool IsLoaded { get; }
property bool IsLoaded {
bool get ();
}
abstract IsLoaded : bool
function get IsLoaded () : boolean
Valor da propriedade
Tipo: System.Boolean
True if the object is currently loaded; otherwise, false.