ASTaskBase.ExecuteCommand メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
protected:
Microsoft::SqlServer::Dts::Runtime::DTSExecResult ExecuteCommand(System::String ^ command, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events, System::Object ^ transaction);
protected Microsoft.SqlServer.Dts.Runtime.DTSExecResult ExecuteCommand (string command, Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events, object transaction);
member this.ExecuteCommand : string * Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * obj -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Protected Function ExecuteCommand (command As String, connections As Connections, events As IDTSComponentEvents, transaction As Object) As DTSExecResult
パラメーター
- command
- String
- connections
- Connections
- events
- IDTSComponentEvents
- transaction
- Object