DataItem.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent object of current DataItem.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.IModelComponent

The parent object of current DataItem.

See Also

DataItem Class
Microsoft.AnalysisServices Namespace

Return to top