ISfcConnection.IsForceDisconnected Property

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

Property Value

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

See Also

Reference

ISfcConnection Interface

Microsoft.SqlServer.Management.Common Namespace