Partilhar via


Propriedade do RDL IsForceDisconnected

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

ISfcConnection. . :: . .IsForceDisconnected