DimensionAttribute.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 |
親が見つからないメンバーのみがルート メンバーとして扱われます。 |