ModelComponentCollection.Parent Property

 

Applies To: SQL Server (starting with 2016)

Gets the IModelComponent that contains the ModelComponentCollection.

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

Syntax

public IModelComponent Parent { get; }
public:
property IModelComponent^ Parent {
    virtual IModelComponent^ get() sealed;
}
abstract Parent : IModelComponent with get
override Parent : IModelComponent with get
Public ReadOnly Property Parent As IModelComponent

Property Value

Type: Microsoft.AnalysisServices.IModelComponent

The IModelComponent that contains the ModelComponentCollection.

Implements

IModelComponentCollection.Parent

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top