次の方法で共有


CubeAttribute.AttributeHierarchyEnabled プロパティ

CubeAttribute オブジェクトに関連付けられている、属性階層が有効なプロパティを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property AttributeHierarchyEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As CubeAttribute 
Dim value As Boolean 

value = instance.AttributeHierarchyEnabled

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

プロパティ値

型: System.Boolean
属性階層が有効な場合は true、有効でない場合は false です。

関連項目

参照

CubeAttribute クラス

Microsoft.AnalysisServices 名前空間