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