MajorObjectCollection コンストラクター

指定した親オブジェクト用の MajorObjectCollection クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Protected Sub New ( _
    parent As IModelComponent _
)
'使用
Dim parent As IModelComponent 

Dim instance As New MajorObjectCollection(parent)
protected MajorObjectCollection(
    IModelComponent parent
)
protected:
MajorObjectCollection(
    IModelComponent^ parent
)
new : 
        parent:IModelComponent -> MajorObjectCollection
protected function MajorObjectCollection(
    parent : IModelComponent
)

パラメーター

関連項目

参照

MajorObjectCollection クラス

Microsoft.AnalysisServices 名前空間