Share via


Propriété ConnectionManager.IsForceDisconnected

Gets a Boolean value that specifies whether the connection was forcibly disconnected.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ConnectionManager Classe

Espace de noms Microsoft.SqlServer.Management.Common