Поделиться через


Свойство Enabled

Gets or sets the enabled status of a CubeHierarchy object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property Enabled As Boolean
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .Boolean
true if the CubeHierarchy is enabled; else false.