IDTSEvents100.OnPreValidate(IDTSExecutable100, Boolean) 메서드

정의

public:
 void OnPreValidate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSExecutable100 ^ pExec, bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(2)]
public void OnPreValidate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSExecutable100 pExec, ref bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member OnPreValidate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSExecutable100 * bool -> unit
Public Sub OnPreValidate (pExec As IDTSExecutable100, ByRef pbFireAgain As Boolean)

매개 변수

pbFireAgain
Boolean
특성

설명

자세한 내용은 IDTSEvents를 참조하세요.

적용 대상