Binding.Parent Property

Gets the parent object of the current object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Object Parent { get; }

Property Value

Type: System.Object
The parent object for current object.

Remarks

A strongly typed object is returned.

See Also

Reference

Binding Class

Microsoft.AnalysisServices Namespace