IDTSDataPump2::ExecuteComplete

DTS Programming

DTS Programming

IDTSDataPump2::ExecuteComplete

The ExecuteComplete method terminates a sequence of single-row data pump executions.

Syntax

HRESULT ExecuteComplete (
    LPDTSExecuteInfo
pExecInfo );

Argument Description
pExecInfo [in/out] Execution info to be passed into and returned from the data pump

Remarks

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.

See Also

IDTSDataPump2::ExecuteInit

IDTSDataPump2::ExecuteRow

IDTSDataPump2::GetExecuteInfo