DbConnectionDispatcher.GetServerVersion 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public virtual string GetServerVersion(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member GetServerVersion : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> string
override this.GetServerVersion : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> string
Public Overridable Function GetServerVersion (connection As DbConnection, interceptionContext As DbInterceptionContext) As String
매개 변수
- connection
- DbConnection
작업이 실행될 연결입니다.
- interceptionContext
- DbInterceptionContext
호출의 컨텍스트에 대한 선택적 정보입니다.
반환
인터셉터에 의해 수정되었을 수 있는 작업의 결과입니다.
설명
속성의 값은 이 메서드에서 반환됩니다. 인터셉터에 전달되기 전에 가로채기 컨텍스트가 복제되므로 이 메서드에 전달된 가로채기 컨텍스트에서는 결과를 사용할 수 없습니다.