Costruttore Command (String)
Initializes a new instance of the Command class using a name.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
text As String _
)
'Utilizzo
Dim text As String
Dim instance As New Command(text)
public Command(
string text
)
public:
Command(
String^ text
)
new :
text:string -> Command
public function Command(
text : String
)
Parametri
- text
Tipo: System.String
A string containing the parameter reference.