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

SSONONE

0x00000000

 No sorting order.

SSOASC

0x00000001

 Ascending order by tuple.

SSODESC

0x00000002

 Descending order by tuple.

SSOALPHAASC

0x00000003

 Ascending order by the caption.

SSOALPHADESC

0x00000004

 Descending order by the caption.

SSONATURALASC

0x00000005

 Ascending order by the natural order of the data, as defined by the data source.

SSONATURALDESC

0x00000006

 Descending order by the natural order of the data, as defined by the data source.