Metoda ManagedForEachEnumeratorWrapper.Validate
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Function Validate ( _
connections As IDTSConnections100, _
variableDispenser As IDTSVariableDispenser100, _
infoEvents As IDTSInfoEvents100, _
log As IDTSLogging100 _
) As DTSExecResult
'Użycie
Dim instance As ManagedForEachEnumeratorWrapper
Dim connections As IDTSConnections100
Dim variableDispenser As IDTSVariableDispenser100
Dim infoEvents As IDTSInfoEvents100
Dim log As IDTSLogging100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(connections, _
variableDispenser, infoEvents, log)
public DTSExecResult Validate(
IDTSConnections100 connections,
IDTSVariableDispenser100 variableDispenser,
IDTSInfoEvents100 infoEvents,
IDTSLogging100 log
)
public:
virtual DTSExecResult Validate(
IDTSConnections100^ connections,
IDTSVariableDispenser100^ variableDispenser,
IDTSInfoEvents100^ infoEvents,
IDTSLogging100^ log
) sealed
abstract Validate :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
infoEvents:IDTSInfoEvents100 *
log:IDTSLogging100 -> DTSExecResult
override Validate :
connections:IDTSConnections100 *
variableDispenser:IDTSVariableDispenser100 *
infoEvents:IDTSInfoEvents100 *
log:IDTSLogging100 -> DTSExecResult
public final function Validate(
connections : IDTSConnections100,
variableDispenser : IDTSVariableDispenser100,
infoEvents : IDTSInfoEvents100,
log : IDTSLogging100
) : DTSExecResult
Parametry
- connections
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
- variableDispenser
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
- infoEvents
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Wartość zwracana
Implementacje
Zobacz także