Partilhar via


Propriedade do RDL ConnectionManager.IsForceDisconnected

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

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ConnectionManager Classe

Namespace Microsoft.SqlServer.Management.Common