Свойство SfcConnection.IsForceDisconnected

Gets a value indicating whether the connection has been forcibly disconnected.

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

Синтаксис

'Декларация
Public Overridable ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Применение
Dim instance As SfcConnection 
Dim value As Boolean 

value = instance.IsForceDisconnected
public virtual bool IsForceDisconnected { get; }
public:
virtual property bool IsForceDisconnected {
    bool get ();
}
abstract IsForceDisconnected : bool 
override IsForceDisconnected : bool
function get IsForceDisconnected () : boolean

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

Тип: System.Boolean
true if the connection has been forcibly disconnected; otherwise, false. Always returns false.

Реализует

ISfcConnection.IsForceDisconnected

См. также

Справочник

SfcConnection Класс

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