SubordinateTransaction(IsolationLevel, ISimpleTransactionSuperior) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
SubordinateTransaction sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- isoLevellevel
- IsolationLevel
İşlemin yalıtım düzeyi.
- superior
- ISimpleTransactionSuperior
Açıklamalar
Not
SubordinateTransaction Belirli ISimpleTransactionSuperiorbir için yalnızca bir tane oluşturulabilir.