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 value indicating whether the connection has been forcibly disconnected.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsForceDisconnected As Boolean
Get
'Usage
Dim instance As SfcConnection
Dim value As Boolean
value = instance.IsForceDisconnected
public virtual bool IsForceDisconnected { get; }
public:
virtual property bool IsForceDisconnected {
bool get ();
}
abstract IsForceDisconnected : bool
override IsForceDisconnected : bool
function get IsForceDisconnected () : boolean
Eigenschaftswert
Typ: System.Boolean
true if the connection has been forcibly disconnected; otherwise, false. Always returns false.
Implementiert
ISfcConnection.IsForceDisconnected