次の方法で共有


RootMemberIf プロパティ

親属性のルート メンバの識別方法を取得します。値の設定も可能です。

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

構文

'宣言
Public Property RootMemberIf As RootIfValue
    Get
    Set
'使用
Dim instance As DimensionAttribute
Dim value As RootIfValue

value = instance.RootMemberIf

instance.RootMemberIf = value
public RootIfValue RootMemberIf { get; set; }
public:
property RootIfValue RootMemberIf {
    RootIfValue get ();
    void set (RootIfValue value);
}
member RootMemberIf : RootIfValue with get, set
function get RootMemberIf () : RootIfValue
function set RootMemberIf (value : RootIfValue)

プロパティ値

型: Microsoft.AnalysisServices. . :: . .RootIfValue
親属性のルート メンバの識別方法を決定する RootIfValue です。

説明

RootMemberIf プロパティの値は親属性でのみ使用し (つまり、Usage の値が Parent に設定されます)、親子階層におけるルート (最上位) メンバを判別します。

このプロパティの値は、次の表のいずれかの文字列に限定されます。

説明

ParentIsBlankSelfOrMissing

ParentIsBlank、ParentIsSelf、ParentIsMissing の説明で示している条件を 1 つ以上満たすメンバのみが、ルート メンバとして扱われます。

ParentIsBlank

KeyColumns の示すキー列が null、0、または空の文字列であるメンバのみがルート メンバとして扱われます。

ParentIsSelf

自分自身が親であるメンバのみがルート メンバとして扱われます。

ParentIsMissing

親が見つからないメンバのみがルート メンバとして扱われます。