DimensionAttribute.RootMemberIf Property
Gets or sets how the root member or members of a parent attribute are identified.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
구문
‘선언
<DefaultValueAttribute(RootIfValue.ParentIsBlankSelfOrMissing)> _
Public Property RootMemberIf As RootIfValue
[DefaultValueAttribute(RootIfValue.ParentIsBlankSelfOrMissing)]
public RootIfValue RootMemberIf { get; set; }
[DefaultValueAttribute(RootIfValue::ParentIsBlankSelfOrMissing)]
public:
property RootIfValue RootMemberIf {
RootIfValue get ();
void set (RootIfValue value);
}
/** @property */
public RootIfValue get_RootMemberIf ()
/** @property */
public void set_RootMemberIf (RootIfValue value)
public function get RootMemberIf () : RootIfValue
public function set RootMemberIf (value : RootIfValue)
속성 값
A RootIfValue that determines how the root member or members of a parent attribute are identified.
주의
The value of the RootMemberIf property is used only by parent attributes (in other words, the value of Usage is set to Parent) to determine the root (topmost) members of a parent-child hierarchy.
The value of this property is limited to one of the strings listed in the following table.
Value |
Description |
ParentIsBlankSelfOrMissing |
Only members that meet one or more of the conditions described for ParentIsBlank, ParentIsSelf, or ParentIsMissing are treated as root members. |
ParentIsBlank |
Only members with a null, a zero, or an empty string in the key columns represented by KeyColumns are treated as root members. |
ParentIsSelf |
Only members with themselves as parents are treated as root members. |
ParentIsMissing |
Only members with parents that cannot be found are treated as root members. |
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace