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