ServiceConfig.BringYourOwnSystemTransaction 属性

定义

获取或设置一个 Transaction,它表示一个为运行 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

属性值

Transaction。 默认值为 null

注解

BringYourOwnSystemTransaction (BYOT) 标识为事务提供上下文的 ServiceConfig 事务。 自带事务时,该事务的设置将覆盖 对象中的其他 ServiceConfig 事务设置。 BringYourOwnTransaction 的默认值为 null

有关 BYOT 的详细信息,请参阅 BYOT

适用于

另请参阅