Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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: System.Int32
A Int32 value that specifies the internal connection timeout period.