ASTaskBase.ExecuteCommand Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- command
- String
- connections
- Connections
- events
- IDTSComponentEvents
- transaction
- Object