Command Constructor (String)
Initializes a new instance of the Command class using a name.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
text As String _
)
'Uso
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
)
Parámetros
- text
Tipo: System.String
A string containing the parameter reference.