IDTSEvents100.OnPostValidate(IDTSExecutable100, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OnPostValidate(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSExecutable100 ^ pExec, bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(3)]
public void OnPostValidate (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSExecutable100 pExec, ref bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnPostValidate : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSExecutable100 * bool -> unit
Public Sub OnPostValidate (pExec As IDTSExecutable100, ByRef pbFireAgain As Boolean)
Parameters
- pExec
- IDTSExecutable100
- pbFireAgain
- Boolean
- Attributes