MDX Data Definition Statements (MDX)
In Multidimensional Expressions (MDX), data definition statements create, drop, and manipulate multidimensional objects. The following table lists the available data definition statements.
In This Section
Topic | Description |
---|---|
Alters the structure of a specified cube. |
|
Creates an action that can be associated with a cube, dimension, hierarchy, or subordinate object. |
|
Creates a calculation that evaluates an MDX expression over a specified set of tuples within a cube. |
|
Creates and populates a locally persisted cube, based on a subcube from a cube on the server. A connection to the server is not required to connect to the locally persisted cube. |
|
Creates a calculated member. |
|
Creates and populates a cube available to all queries in the same the session, based on cubes on the server. |
|
Creates a named set for a specified cube. |
|
Redefines the cube space of a specified cube or subcube to a specified subcube. |
|
Deletes a specified action from a specified cube. |
|
Removes the specified cell calculation. |
|
Removes a calculated member. |
|
Removes a named set. |
|
Drops a specified subcube, reverting to the previously defined cube or subcube definition with the specified name. |
|
Refreshes the client cache for a cube. |
See Also
Other Resources
MDX Statement Reference (MDX)
MDX Data Manipulation Statements (MDX)
MDX Scripting Statements (MDX)