Condividi tramite


Costruttore ModelComponentCollection

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 ModelComponentCollection(parent)
protected ModelComponentCollection(
    IModelComponent parent
)
protected:
ModelComponentCollection(
    IModelComponent^ parent
)
new : 
        parent:IModelComponent -> ModelComponentCollection
protected function ModelComponentCollection(
    parent : IModelComponent
)