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
)
参数
- commandText
类型:System.String
The text of the command to be run by the AdomdCommand.
- connection
类型:Microsoft.AnalysisServices.AdomdClient.AdomdConnection
The AdomdConnection on which to run the AdomdCommand.