ModelComponentCollection コンストラクター
ModelComponentCollection クラスの新しいインスタンスを初期化します。
名前空間: 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
親 IModelComponent です。