Uniquely associates data snapshot with the execution.

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

Syntax

C#
public int ExecutionId { get; protected set; }
Visual Basic
Public Property ExecutionId As Integer
	Get
	Protected Set
Visual C++
public:
property int ExecutionId {
	int get ();
	protected: void set (int value);
}

See Also