Propriedade do RDL MajorObject.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 that indicates whether MajorObject have been loaded.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLoaded As Boolean
Get
'Uso
Dim instance As MajorObject
Dim value As Boolean
value = instance.IsLoaded
[BrowsableAttribute(false)]
public bool IsLoaded { get; }
[BrowsableAttribute(false)]
public:
virtual property bool IsLoaded {
bool get () sealed;
}
[<BrowsableAttribute(false)>]
abstract IsLoaded : bool
[<BrowsableAttribute(false)>]
override IsLoaded : bool
final function get IsLoaded () : boolean
Tipo: System.Boolean
true if MajorObject have been loaded; otherwise, false.