Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Boolean
true if the connection has been forcibly disconnected; otherwise, false. Always returns false.
Implements
ISfcConnection.IsForceDisconnected