ModelComponent.Parent Property

 

Applies To: SQL Server (starting with 2016)

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

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

Syntax

[BrowsableAttribute(false)]
public IModelComponent Parent { get; }
public:
[BrowsableAttribute(false)]
property IModelComponent^ Parent {
    virtual IModelComponent^ get() sealed;
}
[<BrowsableAttribute(false)>]
abstract Parent : IModelComponent with get
[<BrowsableAttribute(false)>]
override Parent : IModelComponent with get
<BrowsableAttribute(False)>
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