AttributeHierarchyEnabled プロパティ
属性について、属性階層が有効かどうかを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property AttributeHierarchyEnabled As Boolean
Get
Set
'使用
Dim instance As DimensionAttribute
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 です。