Share via


ServiceConfig.BringYourOwnTransaction Vlastnost

Definice

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

public:
 property System::EnterpriseServices::ITransaction ^ BringYourOwnTransaction { System::EnterpriseServices::ITransaction ^ get(); void set(System::EnterpriseServices::ITransaction ^ value); };
public System.EnterpriseServices.ITransaction BringYourOwnTransaction { get; set; }
member this.BringYourOwnTransaction : System.EnterpriseServices.ITransaction with get, set
Public Property BringYourOwnTransaction As ITransaction

Hodnota vlastnosti

An .ITransaction Výchozí formát je null.

Poznámky

BringYourOwnTransaction (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é