Constructeur MajorObjectCollection
Initializes a new instance of the MajorObjectCollection class for the specified parent object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
parent As IModelComponent _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.AnalysisServices. . :: . .IModelComponent
The parent of the collection.