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.