Condividi tramite


Costruttore NamedComponentCollection

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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
)