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