Contains information on the attribute dimension name and level as well as the dimension association change type.
typedef struct ESS_PARTOTL_DIMASSOCCHG_API_T { ESS_SHORT_T usDimAssocChgType; ESS_CHAR_T *pszAttrDimName; ESS_SHORT_T usLevel; struct ess_partotl_dimassocchg_api_t *pNext; } ESS_PARTOTL_DIMASSOCCHG_API_T;
Data Type | Field | Description |
---|---|---|
ESS_SHORT_T | usDimAssocChgType | Dimension association change type |
ESS_CHAR_T | pszAttrDimName | Attribute dimension name |
ESS_SHORT_T | usLevel | Dimension association level |
ESS_PARTOTL_DIMASSOCCHG_API_T | pNext | Pointer to the next structure |