ServiceConfig.BringYourOwnSystemTransaction Vlastnost

Definice

Získá nebo nastaví, Transaction který představuje existující transakci, která poskytuje nastavení použité ke spuštění transakce identifikované pomocí ServiceConfig.

public:
 property System::Transactions::Transaction ^ BringYourOwnSystemTransaction { System::Transactions::Transaction ^ get(); void set(System::Transactions::Transaction ^ value); };
public System.Transactions.Transaction BringYourOwnSystemTransaction { get; set; }
member this.BringYourOwnSystemTransaction : System.Transactions.Transaction with get, set
Public Property BringYourOwnSystemTransaction As Transaction

Hodnota vlastnosti

Úloha Transaction. Výchozí formát je null.

Poznámky

BringYourOwnSystemTransaction (BYOT) identifikuje transakci, která poskytuje kontext transakce ServiceConfig . Když použijete vlastní transakci, nastavení této transakce přepíše ostatní nastavení transakce v objektu ServiceConfig . Výchozí hodnota pro BringYourOwnTransaction je null.

Další informace o BYOT najdete v tématu BYOT.

Platí pro

Viz také