OLE DB Programmer's Reference

COORDINATE Column Format in the ACTIONS Rowset

The format of the COORDINATE column is dependent on the value of COORDINATE_TYPE described in the following table.

Value Description
MDACTION_COORDINATE_CUBE The COORDINATE column contains the cube name. If CUBE_NAME is also specified in the query, it must match the value in COORDINATE. If not, the provider should return an error.
MDACTION_COORDINATE_DIMENSION The column contains a dimension specification.
MDACTION_COORDINATE_LEVEL The column contains a level specification.
MDACTION_COORDINATE_MEMBER The column specifies a member.
MDACTION_COORDINATE_SET The column specifies the name of a set.
MDACTION_COORDINATE_CELL The column contains a tuple that identifies a single cell.