SsasOrderBy Enumeration
SsasOrderBy Enumeration
The SsasOrderBy enumeration provides options for how member values are sorted when they are returned in query results.
Enumeration Values
| Name | Summary |
|---|---|
| Key | Specifies that attribute members are sorted by their key column values. |
| Name | Specifies that attribute members are sorted by their name column value. |
| 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. |