Partager via


ASExecuteDDLTask.InternalValidate Méthode

Définition

Valide la tâche DDL en interne.

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

Paramètres

connections
Connections

Collection Connections pour la tâche.

variableDispenser
VariableDispenser

Collection Variables pour la tâche.

events
IDTSComponentEvents

Interface IDTSComponentEvents utilisée pour déclencher des événements.

log
IDTSLogging

Interface IDTSLogging.

Retours

Valeur d'énumération DTSExecResult.

S’applique à