Share via


Parent (Level Interface)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

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

Reference