DacServices.SqlConnectionCreated 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立每個 SqlConnection 實例之後叫用。
public event EventHandler<Microsoft.Data.SqlClient.SqlConnection> SqlConnectionCreated;
member this.SqlConnectionCreated : EventHandler<Microsoft.Data.SqlClient.SqlConnection>
Public Event SqlConnectionCreated As EventHandler(Of SqlConnection)