Compartir a través de


SfcConnection.IsForceDisconnected Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property IsForceDisconnected As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

ISfcConnection.IsForceDisconnected

Vea también

Referencia

SfcConnection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc