Propriedade do RDL IModelComponentCollection.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 parent IModelComponent of the IModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
ReadOnly Property Parent As IModelComponent
Get
'Uso
Dim instance As IModelComponentCollection
Dim value As IModelComponent
value = instance.Parent
IModelComponent Parent { get; }
property IModelComponent^ Parent {
IModelComponent^ get ();
}
abstract Parent : IModelComponent
function get Parent () : IModelComponent
Valor da propriedade
Tipo: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent of the IModelComponentCollection.