MajorObject.IsLoaded Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: System.Boolean
true if MajorObject have been loaded; otherwise, false.