Udostępnij za pośrednictwem


Właściwość CubeHierarchy.Enabled

Pobiera lub ustawia stan włączone CubeHierarchy obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property Enabled As Boolean
    Get
    Set
'Użycie
Dim instance As CubeHierarchy
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli CubeHierarchy jest włączone; else false.