Parent (Level Interface)

Analysis Services Programming

Analysis Services Programming

Parent (Level Interface)

The Parent property of the Level interface returns a reference to the parent Dimension object.

Applies To

clsAggregationLevel

clsCubeLevel

clsDatabaseLevel

clsPartitionLevel

Data Type

Dimension

Access

Read-only

Remarks

For each level, the ClassType of the parent object depends on the ClassType of the level object.

Class type Parent object class type
clsDatabaseLevel clsDatabaseDimension
ClsCubeLevel clsCubeDimension
ClsPartitionLevel clsPartitionDimension
ClsAggregationLevel clsAggregationDimension

See Also

Dimensions

Level Interface