Compartir a través de


ModelComponentCollection.Parent Propiedad

Gets the IModelComponent that contains the ModelComponentCollection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Implementa

IModelComponentCollection.Parent

Vea también

Referencia

ModelComponentCollection Clase

Espacio de nombres Microsoft.AnalysisServices