ConnectionManager.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.