ExecutionTimeCondition.ExecutionTime Property
Gets or sets the number of seconds within which the test can execute before timeout. The default is 30 seconds.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public Property ExecutionTime As TimeSpan
public TimeSpan ExecutionTime { get; set; }
public:
property TimeSpan ExecutionTime {
TimeSpan get ();
void set (TimeSpan value);
}
member ExecutionTime : TimeSpan with get, set
function get ExecutionTime () : TimeSpan
function set ExecutionTime (value : TimeSpan)
Property Value
Type: System.TimeSpan
The number of seconds before timeout.
Remarks
Increase this number if you want to step through and debug a stored procedure.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.