PackageNeutralClass.Execute メソッド

定義

パッケージを動かす。

オーバーロード

名前 説明
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

アプリケーション、コンテナ、またはパッケージをパッケージワークフローの一部として実行します。

Execute()

パッケージ実行の成功または失敗に関する情報を含む DTSExecResult 列挙を返します。

注釈

詳細については、Packageを参照してください。

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

アプリケーション、コンテナ、またはパッケージをパッケージワークフローの一部として実行します。

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Execute(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog, System::Object ^ pTransaction) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::Execute;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Execute(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog, object pTransaction);
abstract member Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
override this.Execute : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.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

イベントを起こすための IDTSEvents100 インターフェース。

pLog
IDTSLogging100

IDTSLogging100 インターフェイスです。

pTransaction
Object

パッケージが属するトランザクションオブジェクトは、 TransactionOption プロパティの価値によって異なります。

返品

処刑の結果を示す DTSExecResult 列挙。

実装

注釈

詳細については、Packageを参照してください。

適用対象

Execute()

パッケージ実行の成功または失敗に関する情報を含む DTSExecResult 列挙を返します。

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

返品

パッケージ実行の成功または失敗に関する情報を含む DTSExecResult 列挙。

実装

注釈

詳細については、Packageを参照してください。

適用対象