SqlCeReplication.QueryTimeout Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the number of seconds allowed for internal queries to complete.
[Visual Basic] Public Property QueryTimeout As Short [C#] public short QueryTimeout {get; set;} [C++] public: __property short get_QueryTimeout(); public: __property void set_QueryTimeout(short); [JScript] public function get QueryTimeout() : Int16; public function set QueryTimeout(Int16);
Property Value
The number of seconds allowed for internal queries to be returned. The default is 300 seconds.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.