Partilhar via


SqlExecutionResult.ExecutionTime Propriedade

 

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

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

Sintaxe

public TimeSpan ExecutionTime { get; set; }
public:
property TimeSpan ExecutionTime {
    TimeSpan get();
    void set(TimeSpan value);
}
member ExecutionTime : TimeSpan with get, set
Public Property ExecutionTime As TimeSpan

Valor de propriedade

Type: System.TimeSpan

Retorna um TimeSpan.

Consulte também

Classe SqlExecutionResult
Namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting

Retornar ao topo