Construtor MajorObjectCollection

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    parent As IModelComponent _
)
'Uso
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
)

Parâmetros