Metoda IDTSEvents100.OnPreValidate
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 IDTSEvents.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Sub OnPreValidate ( _
pExec As IDTSExecutable100, _
ByRef pbFireAgain As Boolean _
)
'Użycie
Dim instance As IDTSEvents100
Dim pExec As IDTSExecutable100
Dim pbFireAgain As Boolean
instance.OnPreValidate(pExec, pbFireAgain)
void OnPreValidate(
IDTSExecutable100 pExec,
ref bool pbFireAgain
)
void OnPreValidate(
[InAttribute] IDTSExecutable100^ pExec,
bool% pbFireAgain
)
abstract OnPreValidate :
pExec:IDTSExecutable100 *
pbFireAgain:bool byref -> unit
function OnPreValidate(
pExec : IDTSExecutable100,
pbFireAgain : boolean
)
Parametry
- pbFireAgain
Typ: System.Boolean%
Zobacz także