Gets a value indicating whether the executable has executed successfully.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public bool IsExecutionSuccess { get; }
Visual Basic
Public ReadOnly Property IsExecutionSuccess As Boolean
	Get
Visual C++
public:
property bool IsExecutionSuccess {
	bool get ();
}

See Also