Partilhar via


Propriedade ConnectionContextElement.CommandTimeout

Obtém ou define o tempo (em segundos) decorrido antes do comando que executa o Transact-SQL vezes a instrução fora.

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

Sintaxe

'Declaração
Public Property CommandTimeout As Integer
    Get
    Set
public int CommandTimeout { get; set; }
public:
property int CommandTimeout {
    int get ();
    void set (int value);
}
member CommandTimeout : int with get, set
function get CommandTimeout () : int
function set CommandTimeout (value : int)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ConnectionContextElement Classe

Namespace Microsoft.Data.Schema.UnitTesting.Configuration