Compartir a través de


ASExecuteDDLTask.InternalValidate Método

Definición

Valida la tarea DDL internamente.

protected:
 override Microsoft::SqlServer::Dts::Runtime::DTSExecResult InternalValidate(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
protected override Microsoft.SqlServer.Dts.Runtime.DTSExecResult InternalValidate (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.InternalValidate : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Protected Overrides Function InternalValidate (connections As Connections, variableDispenser As VariableDispenser, events As IDTSComponentEvents, log As IDTSLogging) As DTSExecResult

Parámetros

connections
Connections

Una colección Connections para la tarea.

variableDispenser
VariableDispenser

Una colección Variables para la tarea.

events
IDTSComponentEvents

Una interfaz IDTSComponentEvents para provocar eventos.

log
IDTSLogging

Interfaz IDTSLogging.

Devoluciones

Un valor de la enumeración DTSExecResult.

Se aplica a