Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of seconds that are allowed for internal queries to finish.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property QueryTimeout As Integer
Get
Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As Integer
value = instance.QueryTimeout
instance.QueryTimeout = value
public virtual int QueryTimeout { get; set; }
public:
virtual property int QueryTimeout {
int get ();
void set (int value);
}
abstract QueryTimeout : int with get, set
override QueryTimeout : int with get, set
function get QueryTimeout () : int
function set QueryTimeout (value : int)
Property Value
Type: System.Int32
A Int32 value that represents the number of seconds.
Implements
IMergeSynchronizationAgent.QueryTimeout
Remarks
The default value for QueryTimeout is 30.
Setting a value of 0 for QueryTimeout means that a query will never time out.