2.4.167 MDXTuple

The MDXTuple record specifies MDX tuple metadata.


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

frtHeader

...

...

istrConnName

tfnSrc

cistr

...

rgistr (variable)

...

frtHeader (12 bytes):  An FrtHeader structure. The frtHeader.rt field MUST be 0x886.

istrConnName (4 bytes): An MDXStrIndex structure that specifies the index of the connection name string.

tfnSrc (1 byte): A Tag_Fn_MDX enumeration that specifies the type of MDX function that generated the metadata. The value MUST be equal to TFNCUBEMEMBER, TFNCUBEVALUE, or TFNCUBERANKEDMEMBER.

cistr (4 bytes): A signed integer that specifies the number of MDX unique name strings. The value MUST be greater than or equal to 0, and less than or equal to the total number of MDXStr records in the file.

rgistr (variable): An array of MDXStrIndex structures that specifies the indexes of the MDX unique name strings. The number of the elements in the array MUST be equal to the value of cistr.