Costruttore MajorObjectCollection
Initializes a new instance of the MajorObjectCollection class for the specified parent object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
parent As IModelComponent _
)
'Utilizzo
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
)
Parametri
- parent
Tipo: Microsoft.AnalysisServices. . :: . .IModelComponent
The parent of the collection.