ForLoopClass.IDTSForLoop100_Validate 方法

定义

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSExecResult IDTSForLoop100_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::IDTSForLoop100::Validate;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSExecResult IDTSForLoop100_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 IDTSForLoop100_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.IDTSForLoop100_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 IDTSForLoop100_Validate (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100) As DTSExecResult

参数

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100

返回

指示验证可执行文件是成功还是失败或其他状态的结果。

适用于