IDTSPackage100.Execute Methode

Definition

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

Gibt die Informationen zur erfolgreichen oder fehlerhaften Ausführung des Pakets zurück.

Überlädt

Execute()
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

Hinweise

Diese Schnittstelle wird von der Package-Schnittstelle und der PackageNeutral-Schnittstelle implementiert.

Execute()

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSExecResult Execute();
[System.Runtime.InteropServices.DispId(49)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult Execute ();
[<System.Runtime.InteropServices.DispId(49)>]
abstract member Execute : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult
Public Function Execute () As DTSExecResult

Gibt zurück

Eine DTSExecResult-Enumeration, die Informationen zur erfolgreichen oder fehlerhaften Ausführung des Pakets enthält.

Attribute

Hinweise

Diese Schnittstelle wird von der Package-Schnittstelle und der PackageNeutral-Schnittstelle implementiert.

Gilt für:

Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSExecResult Execute(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogging100 ^ pLog, System::Object ^ pTransaction);
[System.Runtime.InteropServices.DispId(5)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult Execute (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 pLog, object pTransaction);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult
Public Function Execute (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100, pTransaction As Object) As DTSExecResult

Parameter

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100
pTransaction
Object

Gibt zurück

Eine DTSExecResult-Enumeration, die das Ergebnis der Ausführung angibt.

Implementiert

Attribute

Hinweise

Diese Schnittstelle wird von der Package-Schnittstelle und der PackageNeutral-Schnittstelle implementiert.

Gilt für: