SqlCeReplication.QueryTimeout Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
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.