Binding.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent object of the current object.

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

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public object Parent { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property Object^ Parent {
    Object^ get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member Parent : Object with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property Parent As Object

Property Value

Type: System.Object

The parent object for current object.

Remarks

A strongly typed object is returned.

See Also

Binding Class
Microsoft.AnalysisServices Namespace

Return to top