Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the number of seconds before a query times out.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property QueryTimeout As Integer
Get
Set
'Usage
Dim instance As SqlOlapConnectionInfoBase
Dim value As Integer
value = instance.QueryTimeout
instance.QueryTimeout = value
public int QueryTimeout { get; set; }
public:
property int QueryTimeout {
int get ();
void set (int value);
}
member QueryTimeout : int with get, set
function get QueryTimeout () : int
function set QueryTimeout (value : int)
Property Value
Type: System.Int32
A Int32 value that specifies the query timeout period.