ExecutionResult.ExecutionTime Property

Gets the amount of time that the test takes to execute the Transact-SQL test script and retrieve the results from the server.

Namespace:  Microsoft.Data.Schema.UnitTesting
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
Returns a TimeSpan.

.NET Framework Security

See Also

Reference

ExecutionResult Class

Microsoft.Data.Schema.UnitTesting Namespace