다음을 통해 공유


TransactionHandler.ServerVersionGot 메서드

정의

파생 클래스에서 구현할 수 있습니다.

public virtual void ServerVersionGot (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> interceptionContext);
abstract member ServerVersionGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
override this.ServerVersionGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
Public Overridable Sub ServerVersionGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of String))

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionInterceptionContext<String>

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

구현

적용 대상

추가 정보