Proprietà IsForceDisconnected
Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsForceDisconnected As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.
Vedere anche