SubordinateTransaction(IsolationLevel, ISimpleTransactionSuperior) Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса SubordinateTransaction.
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)
Параметры
- isoLevellevel
- IsolationLevel
Уровень изоляции транзакции.
- superior
- ISimpleTransactionSuperior
Объект ISimpleTransactionSuperior.
Комментарии
Примечание
Для заданного объекта можно создать только один SubordinateTransaction ISimpleTransactionSuperior.