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.