Конструктор ModelComponentCollection
Initializes a new instance of the ModelComponentCollection class.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Protected Sub New ( _
parent As IModelComponent _
)
'Применение
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
)
Параметры
- parent
Тип: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent.