Partager via


Constructeur NamedComponent (String)

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    name As String _
)
'Utilisation
Dim name As String

Dim instance As New NamedComponent(name)
protected NamedComponent(
    string name
)
protected:
NamedComponent(
    String^ name
)
new : 
        name:string -> NamedComponent
protected function NamedComponent(
    name : String
)

Paramètres