ModelComponent.Parent Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the IModelComponent object that is the parent of the ModelComponent object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.IModelComponent

The IModelComponent object that is the parent of the ModelComponent object.

Implements

IModelComponent.Parent

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top