Конструктор AdomdCommand (String)
Initializes a new instance of the AdomdCommand class with the text of the command.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Sub New ( _
As String _
)
'Применение
Dim As String
Dim instance As New AdomdCommand()
public AdomdCommand(
string
)
public:
AdomdCommand(
String^
)
new :
:string -> AdomdCommand
public function AdomdCommand(
: String
)
Параметры
- __unnamed0
Тип: System. . :: . .String
The command to be run by the AdomdCommand.