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.
Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property IsForceDisconnected As Boolean
Get
'Usage
Dim instance As ConnectionManager
Dim value As Boolean
value = instance.IsForceDisconnected
public bool IsForceDisconnected { get; }
public:
virtual property bool IsForceDisconnected {
bool get () sealed;
}
abstract IsForceDisconnected : bool
override IsForceDisconnected : bool
final function get IsForceDisconnected () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.