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
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent
Get
'Uso
Dim instance As ModelComponent
Dim value As IModelComponent
value = instance.Parent
[BrowsableAttribute(false)]
public IModelComponent Parent { get; }
[BrowsableAttribute(false)]
public:
virtual property IModelComponent^ Parent {
IModelComponent^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Parent : IModelComponent
[<BrowsableAttribute(false)>]
override Parent : IModelComponent
final function get Parent () : IModelComponent
Valor da propriedade
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent object that is the parent of the ModelComponent object.