PackageRemote32Class.IDTSExecutable100_Validate Método

Definição

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSExecResult IDTSExecutable100_Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariables100 ^ pVariables, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSLogging100 ^ pLog) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSExecutable100::Validate;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult IDTSExecutable100_Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariables100 pVariables, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 pLog);
abstract member IDTSExecutable100_Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult
override this.IDTSExecutable100_Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariables100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecResult
Public Overridable Function IDTSExecutable100_Validate (pConnections As IDTSConnections100, pVariables As IDTSVariables100, pEvents As IDTSEvents100, pLog As IDTSLogging100) As DTSExecResult

Parâmetros

pConnections
IDTSConnections100
pVariables
IDTSVariables100
pEvents
IDTSEvents100

Retornos

O resultado que indica o sucesso, a falha ou outro status do processo do executável.

Aplica-se a