MajorObjectCollection 생성자
Initializes a new instance of the MajorObjectCollection class for the specified parent object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
)
매개 변수
- parent
형식: Microsoft.AnalysisServices. . :: . .IModelComponent
The parent of the collection.