Costruttore NamedComponent (String)
Initializes a new instance of the NamedComponent class.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
name As String _
)
'Utilizzo
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
)
Parametri
- name
Tipo: System.String
The name of the component.