Поделиться через


Конструктор AdomdCommand (String, AdomdConnection)

Initializes a new instance of the AdomdCommand class with the text of the command and an AdomdConnection.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Sub New ( _
    commandText As String, _
    connection As AdomdConnection _
)
'Применение
Dim commandText As String 
Dim connection As AdomdConnection 

Dim instance As New AdomdCommand(commandText, _
    connection)
public AdomdCommand(
    string commandText,
    AdomdConnection connection
)
public:
AdomdCommand(
    String^ commandText, 
    AdomdConnection^ connection
)
new : 
        commandText:string * 
        connection:AdomdConnection -> AdomdCommand
public function AdomdCommand(
    commandText : String, 
    connection : AdomdConnection
)

Параметры

См. также

Справочник

AdomdCommand Класс

Перегрузка AdomdCommand

Пространство имен Microsoft.AnalysisServices.AdomdClient