LinkedServer.QueryTimeout Property
Gets or sets the time in seconds to wait for a query to execute before timing out. Gets or sets the time in seconds to wait for a query to execute before timing out.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property QueryTimeout As Integer
[SfcPropertyAttribute]
public int QueryTimeout { get; set; }
[SfcPropertyAttribute]
public:
property int QueryTimeout {
int get ();
void set (int value);
}
/** @property */
public int get_QueryTimeout ()
/** @property */
public void set_QueryTimeout (int value)
public function get QueryTimeout () : int
public function set QueryTimeout (value : int)
Property Value
An Int32 value that specifies the time in seconds to wait for a query to execute before timing out.
Property Value
An Int32 value that specifies the time in seconds to wait for a query to execute before timing out.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.