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.