다음을 통해 공유


IDbConnectionInterceptor.ConnectionStringSet 메서드

정의

가 설정된 후에 ConnectionString 호출됩니다.

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

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

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

적용 대상