Metodo Validate
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see LogProvider.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function Validate ( _
pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Utilizzo
Dim instance As IDTSLogProvider100
Dim pEvents As IDTSInfoEvents100
Dim returnValue As DTSExecResult
returnValue = instance.Validate(pEvents)
DTSExecResult Validate(
IDTSInfoEvents100 pEvents
)
DTSExecResult Validate(
[InAttribute] IDTSInfoEvents100^ pEvents
)
abstract Validate :
pEvents:IDTSInfoEvents100 -> DTSExecResult
function Validate(
pEvents : IDTSInfoEvents100
) : DTSExecResult
Parametri
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSExecResult
Vedere anche