Compartir a través de


AgentCore.QueryTimeout Propiedad

Gets or sets the number of seconds before a query times out.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property QueryTimeout As Integer 
    Get 
    Set
'Uso
Dim instance As AgentCore 
Dim value As Integer 

value = instance.QueryTimeout

instance.QueryTimeout = value
public int QueryTimeout { get; set; }
public:
property int QueryTimeout {
    int get ();
    void set (int value);
}
member QueryTimeout : int with get, set
function get QueryTimeout () : int 
function set QueryTimeout (value : int)

Valor de la propiedad

Tipo: System.Int32
The number of seconds before a query times out.

Comentarios

The default value for QueryTimeout is 1800 seconds.

Vea también

Referencia

AgentCore Clase

Espacio de nombres Microsoft.SqlServer.Replication