Свойство ISfcConnection.IsForceDisconnected
Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
ReadOnly Property IsForceDisconnected As Boolean
Get
'Применение
Dim instance As ISfcConnection
Dim value As Boolean
value = instance.IsForceDisconnected
bool IsForceDisconnected { get; }
property bool IsForceDisconnected {
bool get ();
}
abstract IsForceDisconnected : bool
function get IsForceDisconnected () : boolean
Значение свойства
Тип: System.Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.