An object of ClassType clsCubeCommand implements the following properties of the Command interface.
Property | Description |
---|---|
ClassType | Returns an enumeration constant identifying the specific object type. |
CommandType | Returns an enumeration constant identifying the specific command option. |
Description | The description of the cube command. |
IsValid | Indicates whether or not the Name and Statement properties are not empty strings, as well as whether the cube command object belongs to a collection. |
Name | The name of the cube command. |
OrdinalPosition | Returns the ordinal position of the command object in the parent MDStore object’s Commands collection. |
Parent | Returns a reference to the parent MDStore object. |
Statement | The text of the cube command statement (MDX statement). |
SubClassType | Returns an enumeration constant identifying the subclass type of the object. |