SubordinateTransaction(IsolationLevel, ISimpleTransactionSuperior) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci SubordinateTransaction třídy.
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)
Parametry
- isoLevellevel
- IsolationLevel
Úroveň izolace transakce.
- superior
- ISimpleTransactionSuperior
Úloha ISimpleTransactionSuperior.
Poznámky
Poznámka
Pro danou možnost ISimpleTransactionSuperiorlze vytvořit pouze jeden SubordinateTransaction .