Construtor ModelComponentCollection
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Protected Sub New ( _
parent As IModelComponent _
)
'Uso
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
)
Parâmetros
- parent
Tipo: Microsoft.AnalysisServices. . :: . .IModelComponent