次の方法で共有


AttributeHierarchyOrdered プロパティ

関連付けられている属性階層が順序付けされているかどうかを取得します。値の設定も可能です。

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

構文

'宣言
Public Property AttributeHierarchyOrdered As Boolean
    Get
    Set
'使用
Dim instance As DimensionAttribute
Dim value As Boolean

value = instance.AttributeHierarchyOrdered

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

プロパティ値

型: System. . :: . .Boolean
関連付けられている属性階層が順序付けされている場合は true、順序付けされていない場合は false です。