SubordinateTransaction(IsolationLevel, ISimpleTransactionSuperior) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der SubordinateTransaction-Klasse.
public:
SubordinateTransaction(System::Transactions::IsolationLevel isoLevel, System::Transactions::ISimpleTransactionSuperior ^ superior);
public:
SubordinateTransaction(System::Transactions::IsolationLevel level, System::Transactions::ISimpleTransactionSuperior ^ superior);
public SubordinateTransaction (System.Transactions.IsolationLevel isoLevel, System.Transactions.ISimpleTransactionSuperior superior);
public SubordinateTransaction (System.Transactions.IsolationLevel level, System.Transactions.ISimpleTransactionSuperior superior);
new System.Transactions.SubordinateTransaction : System.Transactions.IsolationLevel * System.Transactions.ISimpleTransactionSuperior -> System.Transactions.SubordinateTransaction
new System.Transactions.SubordinateTransaction : System.Transactions.IsolationLevel * System.Transactions.ISimpleTransactionSuperior -> System.Transactions.SubordinateTransaction
Public Sub New (isoLevel As IsolationLevel, superior As ISimpleTransactionSuperior)
Public Sub New (level As IsolationLevel, superior As ISimpleTransactionSuperior)
Parameter
- isoLevellevel
- IsolationLevel
Die Isolationsstufe der Transaktion.
- superior
- ISimpleTransactionSuperior
Hinweise
Hinweis
Nur eine SubordinateTransaction kann für eine bestimmte ISimpleTransactionSuperiorPerson erstellt werden.