DTS Programming

IDTSDataPump2::GetExecuteInfo

The GetExecuteInfo returns information about data pump execution.

Syntax

HRESULT GetExecuteInfo(
    LPDTSExecuteInfo
pExecInfo );

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

Remarks

GetExecuteInfo may be called at any point after ExecuteInit.

pExecInfo is a pointer to a DTSExecuteInfo structure. This structure is used to pass the following information to and from the data pump:

See Also

IDTSDataPump2::ExecuteRow