Compartir a través de


NamedComponentCollection Constructor

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    parent As IModelComponent _
)
'Uso
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
)