Enumeración AutoDisconnectMode

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

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Enumeration AutoDisconnectMode
'Uso
Dim instance As AutoDisconnectMode
public enum AutoDisconnectMode
public enum class AutoDisconnectMode
type AutoDisconnectMode
public enum AutoDisconnectMode

Miembros

Nombre del miembro Descripción
DisconnectIfPooled The connection is disconnected from the instance of SQL Server if the connection is pooled.
NoAutoDisconnect The connection is not disconnected automatically.

Comentarios

The AutoDisconnectMode enumeration is served by the ConnectionManager object.