SqlConnectionStringBuilder.ConnectionReset Eigenschaft

Definition

Achtung

ConnectionReset has been deprecated. SqlConnection will ignore the 'connection reset' keyword and always reset the connection

Obsolete. Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Verbindung zurückgesetzt wird, wenn sie aus dem Verbindungspool gezeichnet wird.

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")>]
member this.ConnectionReset : bool with get, set
Public Property ConnectionReset As Boolean

Eigenschaftswert

Der Wert der ConnectionReset Eigenschaft oder true, wenn kein Wert angegeben wurde.

Attribute

Hinweise

Diese Eigenschaft entspricht dem Schlüssel "Verbindungszurücksetzung" innerhalb des SqlConnection Verbindungszeichenfolge, der aus Version 3.5 SP1 des .NET Frameworks entfernt wurde.

Gilt für:

Weitere Informationen