共用方式為


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 命名空間