ASTaskBase.ExecuteCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- command
- String
- connections
- Connections
- events
- IDTSComponentEvents
- transaction
- Object