Propriedade ExecutionResult.ExecutionTime

Obtém a quantidade de tempo que leva para executar o teste de Transact-SQL script de teste e recuperar os resultados do servidor.

Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (em Microsoft.Data.Schema.UnitTesting.dll)

Sintaxe

'Declaração
Public Property ExecutionTime As TimeSpan
    Get
    Set
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)

Valor de propriedade

Tipo: System.TimeSpan
Retorna um TimeSpan.

Segurança do .NET Framework

Consulte também

Referência

ExecutionResult Classe

Namespace Microsoft.Data.Schema.UnitTesting