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 lifetime of the pooled connection.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property PooledConnectionLifetime As Integer 
    Get 
    Set
'Usage
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)
Property Value
Type: Int32
An Int32 value that specifies the lifetime of the pooled connection in seconds.