Defines the priority of exection. Higher numbers have higher priority and such tests will be executed before other unit tests.

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

Syntax

C#
public float ExecutionOrderFactor { get; set; }
Visual Basic
Public Property ExecutionOrderFactor As Single
	Get
	Set
Visual C++
public:
property float ExecutionOrderFactor {
	float get ();
	void set (float value);
}

See Also