PackageRemote32Class.Execute 方法

定义

重载

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

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

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecResult Execute(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogging100 ^ pLog, System::Object ^ pTransaction) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSPackage100::Execute;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult Execute (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 pLog, object pTransaction);
abstract member Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
override this.Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
Public Overridable Function Execute (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100, pTransaction As Object) As DTSExecResult

参数

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100
pTransaction
Object

返回

一个指示执行的结果的 DTSExecResult 枚举。

实现

适用于

Execute()

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecResult Execute() = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSPackage100::Execute;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult Execute ();
abstract member Execute : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
override this.Execute : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
Public Overridable Function Execute () As DTSExecResult

返回

一个 DTSExecResult 枚举,其中包含有关包执行成功与否的信息。

实现

适用于