Compartilhar via


Propriedade do RDL ModelComponentCollection.Parent

Gets the IModelComponent that contains the ModelComponentCollection.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As IModelComponent 
    Get
'Uso
Dim instance As ModelComponentCollection 
Dim value As IModelComponent 

value = instance.Parent
public IModelComponent Parent { get; }
public:
virtual property IModelComponent^ Parent {
    IModelComponent^ get () sealed;
}
abstract Parent : IModelComponent 
override Parent : IModelComponent
final function get Parent () : IModelComponent

Valor da propriedade

Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent that contains the ModelComponentCollection.

Implementa

IModelComponentCollection.Parent

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices