A Level object contains a set of Members, each of which has the same rank within a Hierarchy.
Remarks
A Level object can be contained by a Levels collection.
With the collections and properties of a Level 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. |
| DimensionUniqueName | The unique name of the dimension. |
| HierarchyUniqueName | The unique name of the hierarchy. |
| LevelName | Name of the level. |
| LevelUniqueName | The unique name of the level. |
| LevelGUID | The GUID of the level. |
| LevelCaption | A label or caption associated with the level. |
| LevelNumber | The distance of the level from the root of the hierarchy. |
| LevelCardinality | The number of members in a level. |
| LevelType | The type of level. |
| Description | A meaningful description of the level. |