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.
Specifies the number of seconds allowed for internal queries to complete.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property QueryTimeout As Short
Get
Set
'Usage
Dim instance As SqlCeReplication
Dim value As Short
value = instance.QueryTimeout
instance.QueryTimeout = value
public short QueryTimeout { get; set; }
public:
property short QueryTimeout {
short get ();
void set (short value);
}
member QueryTimeout : int16 with get, set
function get QueryTimeout () : short
function set QueryTimeout (value : short)
Property Value
Type: System. . :: . .Int16
The number of seconds allowed for internal queries to be returned. The default is 300 seconds.