Freigeben über


ISfcConnection.IsForceDisconnected-Eigenschaft

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
ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Usage
Dim instance As ISfcConnection 
Dim value As Boolean 

value = instance.IsForceDisconnected
bool IsForceDisconnected { get; }
property bool IsForceDisconnected {
    bool get ();
}
abstract IsForceDisconnected : bool
function get IsForceDisconnected () : boolean

Eigenschaftswert

Typ: System.Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.

Siehe auch

Verweis

ISfcConnection Schnittstelle

Microsoft.SqlServer.Management.Common-Namespace