Costruttore AdomdCommand (String)
Initializes a new instance of the AdomdCommand class with the text of the command.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
commandText As String _
)
'Utilizzo
Dim commandText As String
Dim instance As New AdomdCommand(commandText)
public AdomdCommand(
string commandText
)
public:
AdomdCommand(
String^ commandText
)
new :
commandText:string -> AdomdCommand
public function AdomdCommand(
commandText : String
)
Parametri
- commandText
Tipo: System. . :: . .String
The command to be run by the AdomdCommand.
Vedere anche