MajorObjectCollection Constructor
Initializes a new instance of the MajorObjectCollection class for the specified parent object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
- parent
Tipo: Microsoft.AnalysisServices.IModelComponent
The parent of the collection.