ForEachLoopClass.IDTSForEachLoop100_Validate メソッド

定義

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecResult IDTSForEachLoop100_Validate(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) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSForEachLoop100::Validate;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult IDTSForEachLoop100_Validate (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);
abstract member IDTSForEachLoop100_Validate : 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 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
override this.IDTSForEachLoop100_Validate : 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 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult
Public Overridable Function IDTSForEachLoop100_Validate (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100) As DTSExecResult

パラメーター

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100

戻り値

実行可能ファイルの実行の成功、失敗、またはその他の状態を示す DTSExecResult 列挙の列挙値のいずれかです。

適用対象