Propriedade do RDL ModelComponent.Parent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

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

Valor da propriedade

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

Implementa

IModelComponent.Parent

Consulte também

Referência

ModelComponent Classe

Namespace Microsoft.AnalysisServices