RootIfValue 열거형
Enumerates how the root member or members of a parent attribute are identified.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("2476FBA6-E149-48d9-95B5-A3AABA476D68")> _
Public Enumeration RootIfValue
‘사용 방법
Dim instance As RootIfValue
[GuidAttribute("2476FBA6-E149-48d9-95B5-A3AABA476D68")]
public enum RootIfValue
[GuidAttribute(L"2476FBA6-E149-48d9-95B5-A3AABA476D68")]
public enum class RootIfValue
[<GuidAttribute("2476FBA6-E149-48d9-95B5-A3AABA476D68")>]
type RootIfValue
public enum RootIfValue
멤버
멤버 이름 | 설명 | |
---|---|---|
ParentIsBlank | Only members with a null, a zero, or an empty string in the key columns represented by KeyColumns are treated as root members. | |
ParentIsBlankSelfOrMissing | Only members that meet one or more of the conditions described for ParentIsBlank, ParentIsSelf, or ParentIsMissing are treated as root members. | |
ParentIsMissing | Only members with parents that cannot be found are treated as root members. | |
ParentIsSelf | Only members with themselves as parents are treated as root members. |