Freigeben über


Loaded-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Property Loaded As Boolean
    Get
    Set
'Usage
Dim instance As IOnDemandLoadableCollection
Dim value As Boolean

value = instance.Loaded

instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
    bool get ();
    void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean
function set Loaded (value : boolean)

Eigenschaftenwert

Typ: System. . :: . .Boolean