Конструктор AdomdCommand (String)
Initializes a new instance of the AdomdCommand class with the text of the command.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Sub New ( _
commandText As String _
)
'Применение
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
)
Параметры
- commandText
Тип: System. . :: . .String
The command to be run by the AdomdCommand.