ServiceConfig.BringYourOwnSystemTransaction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 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。