Compartilhar via


Construtor NamedComponentCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Initializes a new instance of the NamedComponentCollection class.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Consulte também

Referência

NamedComponentCollection Classe

Namespace Microsoft.AnalysisServices