Skip to main content

Enum SsasAttributeRootMemberIf

Namespace: Varigence.Languages.Biml.Cube

Assembly: Biml.dll

C#


public enum SsasAttributeRootMemberIf

Fields

FieldsDescription
ParentIsBlankSpecifies that an attribute member is a root item if the member parent is blank.
ParentIsBlankSelfOrMissingSpecifies that an attribute member is a root item if the member parent is blank, missing, or the member itself.
ParentIsMissingSpecifies that an attribute member is a root item if the member parent is missing.
ParentIsSelfSpecifies that an attribute member is a root item if the member parent is the member itself.