Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ModelComponentCollection class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Sub New ( _
parent As IModelComponent _
)
'Usage
Dim parent As IModelComponent
Dim instance As New ModelComponentCollection(parent)
protected ModelComponentCollection(
IModelComponent parent
)
protected:
ModelComponentCollection(
IModelComponent^ parent
)
new :
parent:IModelComponent -> ModelComponentCollection
protected function ModelComponentCollection(
parent : IModelComponent
)
Parameter
- parent
Typ: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent.