SsasAttributeRootMemberIf Enumeration
The SsasAttributeRootMemberIf enumeration provides options for how root attribute members are determined.
Enumeration Values
| Name | Summary |
|---|---|
| ParentIsBlankSelfOrMissing | Specifies that an attribute member is a root item if the member parent is blank, missing, or the member itself. |
| ParentIsBlank | Specifies that an attribute member is a root item if the member parent is blank. |
| ParentIsSelf | Specifies that an attribute member is a root item if the member parent is the member itself. |
| ParentIsMissing | Specifies that an attribute member is a root item if the member parent is missing. |