다음을 통해 공유


DacServices.SqlConnectionCreated 이벤트

정의

각 SqlConnection instance 만든 후에 호출됩니다.

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

이벤트 유형

적용 대상