2.5.132 SdSetSortOrder
SdSetSortOrder is an enumeration that specifies the sorting order of an MDX set metadata (section 2.2.4.8.2) or a tuple cache set (section 2.2.5.2.11).
Name |
Value |
Meaning |
---|---|---|
0x00000000 |
No sorting order. |
|
0x00000001 |
Ascending order by tuple. |
|
0x00000002 |
Descending order by tuple. |
|
0x00000003 |
Ascending order by the caption. |
|
0x00000004 |
Descending order by the caption. |
|
0x00000005 |
Ascending order by the natural order of the data, as defined by the data source. |
|
0x00000006 |
Descending order by the natural order of the data, as defined by the data source. |