Constructeur NamedComponentCollection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the NamedComponentCollection class.
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 NamedComponentCollection(parent)
protected NamedComponentCollection(
IModelComponent parent
)
protected:
NamedComponentCollection(
IModelComponent^ parent
)
new :
parent:IModelComponent -> NamedComponentCollection
protected function NamedComponentCollection(
parent : IModelComponent
)
Paramètres
- parent
Type : Microsoft.AnalysisServices.IModelComponent
The parent object.