Propriedade ExecutionTimeCondition.ExecutionTime

Obtém ou define o número de segundos em que o teste pode executar antes do tempo limite. O padrão é 30 segundos.

Namespace:  Microsoft.Data.Schema.UnitTesting.Conditions
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
O número de segundos antes do tempo limite.

Comentários

Aumente esse número se você deseja depurar e depurar um procedimento armazenado.

Segurança do .NET Framework

Consulte também

Referência

ExecutionTimeCondition Classe

Namespace Microsoft.Data.Schema.UnitTesting.Conditions