DacServices.SqlConnectionCreated 事件

定义

创建每个 SqlConnection 实例后调用。

public event EventHandler<Microsoft.Data.SqlClient.SqlConnection> SqlConnectionCreated;
member this.SqlConnectionCreated : EventHandler<Microsoft.Data.SqlClient.SqlConnection> 
Public Event SqlConnectionCreated As EventHandler(Of SqlConnection) 

事件类型

适用于