IModelComponent.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 parent IModelComponent of this instance.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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