Propriété SfcConnection.IsForceDisconnected

Gets a value indicating whether the connection has been forcibly disconnected.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Utilisation
Dim instance As SfcConnection 
Dim value As Boolean 

value = instance.IsForceDisconnected
public virtual bool IsForceDisconnected { get; }
public:
virtual property bool IsForceDisconnected {
    bool get ();
}
abstract IsForceDisconnected : bool 
override IsForceDisconnected : bool
function get IsForceDisconnected () : boolean

Valeur de propriété

Type : System.Boolean
true if the connection has been forcibly disconnected; otherwise, false. Always returns false.

Implémente

ISfcConnection.IsForceDisconnected

Voir aussi

Référence

SfcConnection Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc