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.
Gets or sets the internal query timeout period in seconds.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Protected Property QueryTimeoutInternal As Integer
Get
Set
'Usage
Dim value As Integer
value = Me.QueryTimeoutInternal
Me.QueryTimeoutInternal = value
protected int QueryTimeoutInternal { get; set; }
protected:
property int QueryTimeoutInternal {
int get ();
void set (int value);
}
member QueryTimeoutInternal : int with get, set
function get QueryTimeoutInternal () : int
function set QueryTimeoutInternal (value : int)
Property Value
Type: Int32
A Int32 value that specifies the internal query timeout period.