Share via


ManagedForEachEnumeratorWrapper.Validate Méthode

Définition

Valide le wrapper d'énumérateur.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Validate(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ infoEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ log);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Validate (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 variableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 infoEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 log);
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
override this.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 (connections As IDTSConnections100, variableDispenser As IDTSVariableDispenser100, infoEvents As IDTSInfoEvents100, log As IDTSLogging100) As DTSExecResult

Paramètres

connections
IDTSConnections100

Connexions.

variableDispenser
IDTSVariableDispenser100

Distributeur de variables.

infoEvents
IDTSInfoEvents100

Informations d'événement.

log
IDTSLogging100

Journal.

Retours

DTSExecResult

Objet validé.

Implémente

S’applique à