ConnectionSettings.NonPooledConnection Propiedad

Definición

De forma predeterminada, todas las conexiones a SQL Server se toman de un grupo de conexiones ADO.NET. Si se establece en true, esto permite a los usuarios crear una conexión no agrupada (no se reutilizará cuando se cierre). Excepciones: ConnectionCannotBeChangedException

public bool NonPooledConnection { get; set; }
member this.NonPooledConnection : bool with get, set
Public Property NonPooledConnection As Boolean

Valor de propiedad

Se aplica a