Propriété ISfcConnection.IsForceDisconnected
Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
ReadOnly Property IsForceDisconnected As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.