Partager via


Propriété ModelComponentCollection.Parent

Gets the IModelComponent that contains the ModelComponentCollection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As IModelComponent 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IModelComponentCollection.Parent

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices