An object of ClassType clsDatabaseCommand implements the following properties of the Command interface.
| Property | Description |
|---|---|
| ClassType | Returns an enumeration constant identifying the specific class type. |
| CommandType | Returns an enumeration constant identifying the command option. |
| Description | The description of the database command. |
| IsValid | Indicates whether or not the Name and Statement properties are not empty strings, as well as whether the command object belongs to a collection. |
| Name | The name of the database 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 database command statement (MDX statement). |
| SubClassType | Returns an enumeration constant identifying the subclass type of the object. |