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.