Construtor Command (String)
Initializes a new instance of the Command class using a name.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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.
Consulte também