2.4.273.74 SXAddl_SXCSXDH_SXDSxdh

The SXAddl_SXCSXDH_SXDSxdh record specifies a mapping between an OLAP dimension (1) and a pivot hierarchy for a SXCSXDH class.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

hdr

...

reserved1

...

reserved2

isxth

cchDimensionName

cchDimensionUnique

cchDimensionCaption

stDimensionName (variable)

...

stDimensionUnique (variable)

...

stDimensionCaption (variable)

...

hdr (6 bytes):  An SXAddlHdr structure. The value of hdr.sxc MUST equal 0x10 and the value of hdr.sxd MUST equal 0x1A.

reserved1 (4 bytes): MUST be zero, and MUST be ignored.

reserved2 (2 bytes): MUST be zero, and MUST be ignored.

isxth (4 bytes): A signed integer that specifies a reference to a pivot hierarchy. MUST be a value from the following table:

Value

Meaning

-2

This value specifies the data field.

0+

A pivot hierarchy index, as specified in Pivot Hierarchies, that specifies a pivot hierarchy in the associated PivotTable view of the OLAP PivotCache.

The value MUST be -2 or greater than or equal to zero and less than the number of pivot hierarchy in the associated PivotTable view of the OLAP PivotCache.

cchDimensionName (2 bytes):  An unsigned integer that specifies the length, in characters, of the XLUnicodeStringNoCch in the stDimensionName field. MUST be greater than zero and less than or equal to 0x00FF.

cchDimensionUnique (2 bytes): An unsigned integer that specifies the length, in characters, of the XLUnicodeStringNoCch in the stDimensionUnique field. MUST be greater than zero and less than or equal to 0x00FF.

cchDimensionCaption (2 bytes): An unsigned integer that specifies the length, in characters, of the XLUnicodeStringNoCch in the stDimensionCaption field. MUST be greater than zero and less than or equal to 0x00FF.

stDimensionName (variable): An XLUnicodeStringNoCch that specifies the name of the OLAP dimension (1). The length is specified in cchDimensionName.

stDimensionUnique (variable): An XLUnicodeStringNoCch that specifies the fully qualified unique name of the cube dimension (1). The length is specified in cchDimensionUnique.

stDimensionCaption (variable): An XLUnicodeStringNoCch that specifies the caption of the OLAP dimension (1). The length is specified in cchDimensionCaption.