IDTSExecuteProcess.SuccessValue Property

Definition

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the value returned by the executable or batch file that indicates success.

public:
 property int SuccessValue { int get(); void set(int value); };
public int SuccessValue { get; set; }
member this.SuccessValue : int with get, set
Public Property SuccessValue As Integer

Property Value

An Integer that contains the value returned by the executable or batch file that indicates success. By default this value is set to 0.

Applies to