SqlConnectionStringBuilder.ConnectionReset Vlastnost

Definice

Upozornění

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

Zastaralé. Získá nebo nastaví logickou hodnotu, která označuje, zda je připojení resetováno při získání z fondu připojení.

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

Hodnota vlastnosti

Hodnota ConnectionReset vlastnosti nebo true, pokud nebyla zadána žádná hodnota.

Atributy

Poznámky

Tato vlastnost odpovídá klíči resetování připojení v rámci SqlConnection připojovací řetězec, který byl odebrán z verze 3.5 SP1 rozhraní .NET Framework.

Platí pro

Viz také