Enum SsasAttributeRootMemberIf
C#
public enum SsasAttributeRootMemberIf
Fields
ParentIsBlank | Specifies that an attribute member is a root item if the member parent is blank. |
ParentIsBlankSelfOrMissing | Specifies that an attribute member is a root item if the member parent is blank, missing, or the member itself. |
ParentIsMissing | Specifies that an attribute member is a root item if the member parent is missing. |
ParentIsSelf | Specifies that an attribute member is a root item if the member parent is the member itself. |