SqlConnectionInfo.Pooled 속성

Gets or sets the SqlBoolean property value that specifies whether the connection is pooled.

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

구문

‘선언
Public Property Pooled As SqlBoolean 
    Get 
    Set
‘사용 방법
Dim instance As SqlConnectionInfo 
Dim value As SqlBoolean 

value = instance.Pooled

instance.Pooled = value
public SqlBoolean Pooled { get; set; }
public:
property SqlBoolean Pooled {
    SqlBoolean get ();
    void set (SqlBoolean value);
}
member Pooled : SqlBoolean with get, set
function get Pooled () : SqlBoolean 
function set Pooled (value : SqlBoolean)

속성 값

유형: System.Data.SqlTypes.SqlBoolean
A SqlBoolean value that specifies whether the connection is pooled.If True, the connection is pooled.If False (default), the connection is not pooled.

참고 항목

참조

SqlConnectionInfo 클래스

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