See Also Example Collections Properties
A CubeDef object represents a cube containing a set of related Dimensions.
Remarks
With the collections and properties of a CubeDef object, you can do the following:
The Properties collection contains provider-supplied properties. The following properties should be available, but the actual property list may differ depending upon the implementation of the provider. See the documentation for your provider for a more complete list of available properties.
| Name | Description |
| CatalogName | The name of the catalog to which this cube belongs. |
| SchemaName | The name of the schema to which this cube belongs. |
| CubeName | The name of the cube. |
| CubeType | The type of the cube. |
| CubeGUID | Cube GUID. |
| CreatedOn | Date and time of cube creation. |
| LastSchemaUpdate | Date and time of last schema update. |
| SchemaUpdatedBy | User ID of the person doing the last schema update. |
| DataUpdatedBy | User ID of the person doing the last data update. |
| Description | A meaningful description of the cube. |