CubeHierarchy.Enabled プロパティ
CubeHierarchy オブジェクトの有効状態を取得します。値の設定も可能です。
名前空間: 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
CubeHierarchy が有効な場合は true、有効でない場合は false です。