Freigeben über


IsLoaded-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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