Parent Property
The Parent property returns the parent object.
Syntax
object .Parent
Applies To
CalculationDefinitions Collection
DrillThroughTargets Collection
PackageDatasourceConnections Collection
Discussion
Use this property to return the immediate ancestor of an object or collection. You can use dot notation to access and update the properties of a parent object.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
Object
Access
Read
Examples
objView = objDimension.Views.Add()objView.Parent.Update()