ModelComponentCollection-Konstruktor
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
)