다음을 통해 공유


DbConnectionPropertyInterceptionContext<TValue> 생성자

정의

오버로드

DbConnectionPropertyInterceptionContext<TValue>()

상태가 없는 새 DbConnectionPropertyInterceptionContext<TValue> 을 생성합니다.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 DbConnectionPropertyInterceptionContext<TValue> 를 만듭니다. 또한 다음을 참조하세요. Clone()

DbConnectionPropertyInterceptionContext<TValue>()

상태가 없는 새 DbConnectionPropertyInterceptionContext<TValue> 을 생성합니다.

public DbConnectionPropertyInterceptionContext();
Public Sub New ()

적용 대상

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 DbConnectionPropertyInterceptionContext<TValue> 를 만듭니다. 또한 다음을 참조하세요. Clone()

public DbConnectionPropertyInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)

매개 변수

copyFrom
DbInterceptionContext

상태를 복사할 컨텍스트입니다.

적용 대상