EnlistTransactionInterceptionContext Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
EnlistTransactionInterceptionContext() |
Tworzy nowy EnlistTransactionInterceptionContext bez stanu. |
EnlistTransactionInterceptionContext(DbInterceptionContext) |
Tworzy nowy EnlistTransactionInterceptionContext , kopiując niezmienny stan z danego kontekstu przechwytywania. Zobacz też Clone() |
EnlistTransactionInterceptionContext()
Tworzy nowy EnlistTransactionInterceptionContext bez stanu.
public EnlistTransactionInterceptionContext();
Public Sub New ()
Dotyczy
EnlistTransactionInterceptionContext(DbInterceptionContext)
Tworzy nowy EnlistTransactionInterceptionContext , kopiując niezmienny stan z danego kontekstu przechwytywania. Zobacz też Clone()
public EnlistTransactionInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Parametry
- copyFrom
- DbInterceptionContext
Kontekst, z którego ma być skopiowany stan.