SuccessReturnCode Property (DTS)

The SuccessReturnCode property specifies a return code that indicates whether the task completed successfully.

Applies To
CreateProcessTask Object  

Syntax

object.SuccessReturnCode [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Return code from the process

Remarks

If the process exit code does not match the default value of 0, the task fails.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSuccessReturnCode(LONG *pRetVal);

HRESULT SetSuccessReturnCode(LONG NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.