다음을 통해 공유


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 네임스페이스