Enum SsasAttributeRootMemberIf
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum SsasAttributeRootMemberIf
Fields
| Fields | Description |
|---|---|
| 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. |