다음을 통해 공유


IDbConnectionInterceptor.ConnectionStringSetting 메서드

정의

가 설정되기 전에 ConnectionString 호출됩니다.

public void ConnectionStringSetting(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> interceptionContext);
abstract member ConnectionStringSetting : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> -> unit
Public Sub ConnectionStringSetting (connection As DbConnection, interceptionContext As DbConnectionPropertyInterceptionContext(Of String))

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

호출과 관련된 컨텍스트 정보입니다.

적용 대상