Enum SsasOrderBy
C#
public enum SsasOrderBy
Fields
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. |