Compartir a través de


IDTSForEachEnumerator100.Validate Método

Definición

Permite al enumerador determinar si contiene valores de configuración no válidos que no permitirán su ejecución correcta.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog);
[System.Runtime.InteropServices.DispId(1610743812)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Validate : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Function Validate (pConnections As IDTSConnections100, pVariableDispenser As IDTSVariableDispenser100, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100) As DTSExecResult

Parámetros

pConnections
IDTSConnections100

Una colección de conexiones utilizadas por el enumerador.

pVariableDispenser
IDTSVariableDispenser100

Objeto para bloquear variables.

pEvents
IDTSInfoEvents100

Un objeto que implementa la interfaz IDTSInfoEvents100 para desencadenar eventos (errores, advertencias, etc.) durante la persistencia.

pLog
IDTSLogging100

Objeto que implementa la interfaz IDTSLogging100.

Devoluciones

Un valor de la enumeración DTSExecResult que indica si la validación finalizó correctamente o no.

Atributos

Comentarios

Para obtener más información, vea IDTSForEachEnumerator.

Se aplica a