DacServices.SqlConnectionCreated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after each SqlConnection instance is created.
public event EventHandler<Microsoft.Data.SqlClient.SqlConnection> SqlConnectionCreated;
member this.SqlConnectionCreated : EventHandler<Microsoft.Data.SqlClient.SqlConnection>
Public Event SqlConnectionCreated As EventHandler(Of SqlConnection)