Udostępnij za pośrednictwem


Metoda IDTSLogProvider100.Validate

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat LogProvider.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Function Validate ( _
    pEvents As IDTSInfoEvents100 _
) As DTSExecResult
'Użycie
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