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.

참고 항목

참조

ISfcConnection 인터페이스

Microsoft.SqlServer.Management.Common 네임스페이스