MajorObjectCollection 构造函数

Initializes a new instance of the MajorObjectCollection class for the specified parent object.

命名空间:  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
)

参数