MajorObject.IsLoaded-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets a value that indicates whether MajorObject have been loaded.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLoaded As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if MajorObject have been loaded; otherwise, false.