SqlConnectionStringBuilder.ConnectionReset Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection
Precaución
ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection.
Obsoleto. Obtiene o establece un valor booleano que indica si se restablece la conexión cuando se extrae de la agrupación de conexiones.
public:
property bool ConnectionReset { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
[System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection")]
public bool ConnectionReset { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection.")]
public bool ConnectionReset { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection")>]
member this.ConnectionReset : bool with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection.")>]
member this.ConnectionReset : bool with get, set
Public Property ConnectionReset As Boolean
Valor de propiedad
Valor de la propiedad ConnectionReset o true si no se ha proporcionado ningún valor.
- Atributos
Comentarios
Esta propiedad se corresponde con la clave "Connection Reset" dentro de la cadena de conexión SqlConnection que ha sido quitada de la versión 3.5 SP1 de .NET Framework.