Właściwość ConnectionSettings.PooledConnectionLifetime
Pobiera lub ustawia okres istnienia puli połączeń.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Public Property PooledConnectionLifetime As Integer
Get
Set
'Użycie
Dim instance As ConnectionSettings
Dim value As Integer
value = instance.PooledConnectionLifetime
instance.PooledConnectionLifetime = value
public int PooledConnectionLifetime { get; set; }
public:
property int PooledConnectionLifetime {
int get ();
void set (int value);
}
member PooledConnectionLifetime : int with get, set
function get PooledConnectionLifetime () : int
function set PooledConnectionLifetime (value : int)
Wartość właściwości
Typ: System.Int32
Int32 Wartość, która określa okres istnienia puli połączeń, w sekundach.
Zobacz także