QueryTimeout Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The QueryTimeout property specifies the number of seconds elapsed before a time-out error is reported on an attempted statement execution.
Sintaxe
object
.QueryTimeout [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer that specifies the number of seconds
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetQueryTimeout(LPLONG pRetVal);
HRESULT SetQueryTimeout(LONG NewValue);
Comentários
To specify that a query cannot time out, use -1 (the default) or 0.