SqlConnectionInfo.PoolConnectionLifeTime 속성

Gets or sets the pool connection period in seconds.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Public Property PoolConnectionLifeTime As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
A Int32 value that specifies the pool connection period in seconds.

참고 항목

참조

SqlConnectionInfo 클래스

Microsoft.SqlServer.Management.Common 네임스페이스