AdomdCommand コンストラクター (String, AdomdConnection)
コマンドのテキストと AdomdConnection を使用して、AdomdCommand クラスの新しいインスタンスを初期化します。
名前空間: 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
AdomdCommand によって実行されるコマンドのテキストです。
- connection
型: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdConnection
AdomdCommand を実行する AdomdConnection です。