Enum SsasOrderBy
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum SsasOrderBy
Fields
| Fields | Description |
|---|---|
| AttributeKey | Specifies that attribute members are sorted by the key columns of a related attribute that is specified on the attribute definition. |
| AttributeName | Specifies that attribute members are sorted by the name column of a related attribute that is specified on the attribute definition. |
| Key | Specifies that attribute members are sorted by their key column values. |
| Name | Specifies that attribute members are sorted by their name column value. |