Поделиться через


Свойство ConnectionManager.IsForceDisconnected

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

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.

См. также

Справочник

ConnectionManager Класс

Пространство имен Microsoft.SqlServer.Management.Common