Propriedade do RDL IsForceDisconnected
Gets a Boolean value that specifies whether the connection was forcibly disconnected.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
ReadOnly Property IsForceDisconnected As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the connection was forcibly disconnected.