Costruttore NamedComponentCollection
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Initializes a new instance of the NamedComponentCollection class.
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 NamedComponentCollection(parent)
protected NamedComponentCollection(
IModelComponent parent
)
protected:
NamedComponentCollection(
IModelComponent^ parent
)
new :
parent:IModelComponent -> NamedComponentCollection
protected function NamedComponentCollection(
parent : IModelComponent
)
Parametri
- parent
Tipo: Microsoft.AnalysisServices.IModelComponent
The parent object.