Partager via


Parent propriété

Gets the IModelComponent that contains the ModelComponentCollection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans 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 la propriété

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

Implémente

IModelComponentCollection. . :: . .Parent