IModelComponent.Parent Property

 

Applies To: SQL Server (starting with 2016)

Gets the parent IModelComponent of this instance.

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

Syntax

IModelComponent Parent { get; }
property IModelComponent^ Parent {
    IModelComponent^ get();
}
abstract Parent : IModelComponent with get
ReadOnly Property Parent As IModelComponent

Property Value

Type: Microsoft.AnalysisServices.IModelComponent

The parent IModelComponent of this instance.

See Also

IModelComponent Interface
Microsoft.AnalysisServices Namespace

Return to top