The ExecuteComplete method terminates a sequence of single-row data pump executions.
HRESULT ExecuteComplete (
LPDTSExecuteInfo pExecInfo );
Argument | Description |
---|---|
pExecInfo [in/out] | Execution info to be passed into and returned from the data pump |
To execute one or more rows of the source rowset, the data pump caller first calls ExecuteInit, calls ExecuteRow for each row to be processed, and then calls ExecuteComplete. If ExecuteComplete is not called, Insert batches may not be completed successfully and transformation server processing may not be correctly cleaned up.