Condividi tramite


Proprietà ConnectionManager.IsForceDisconnected

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

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ConnectionManager Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common