IDTSForEachLoop100.Validate 方法

定义

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSLogging100 ^ pLog);
[System.Runtime.InteropServices.DispId(4)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSLogging100 pLog);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSExecResult
Public Function Validate (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100) As DTSExecResult

参数

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100

返回

实现

属性

适用于