共用方式為


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) 

事件類型

適用於