Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values that are used to specify the automatic disconnection options for a connection to an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Enumeration AutoDisconnectMode
'Usage
Dim instance As AutoDisconnectMode
public enum AutoDisconnectMode
public enum class AutoDisconnectMode
type AutoDisconnectMode
public enum AutoDisconnectMode
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DisconnectIfPooled | The connection is disconnected from the instance of SQL Server if the connection is pooled. | |
| NoAutoDisconnect | The connection is not disconnected automatically. |
Hinweise
The AutoDisconnectMode enumeration is served by the ConnectionManager object.