ModelComponent.Parent Property

This API supports the SQL Server 2012 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

C#
[BrowsableAttribute(false)]
public IModelComponent Parent { get; }

Property Value

Type: Microsoft.AnalysisServices.IModelComponent
The IModelComponent object that is the parent of the ModelComponent object.

Implements

IModelComponent.Parent

See Also

Reference

ModelComponent Class

Microsoft.AnalysisServices Namespace