AutoDisconnectMode 열거형

Contains values that are used to specify the automatic disconnection options for a connection to an instance of SQL Server.

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

구문

‘선언
Public Enumeration AutoDisconnectMode
‘사용 방법
Dim instance As AutoDisconnectMode
public enum AutoDisconnectMode
public enum class AutoDisconnectMode
type AutoDisconnectMode
public enum AutoDisconnectMode

멤버

멤버 이름 설명
DisconnectIfPooled The connection is disconnected from the instance of SQL Server if the connection is pooled.
NoAutoDisconnect The connection is not disconnected automatically.

주의

The AutoDisconnectMode enumeration is served by the ConnectionManager object.

참고 항목

참조

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