ITransactionEnlistmentManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理当前 Transaction。
此接口通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。
public interface ITransactionEnlistmentManager
type ITransactionEnlistmentManager = interface
Public Interface ITransactionEnlistmentManager
- 派生
注解
有关详细信息 和示例,请参阅数据库提供程序和扩展的实现 。
属性
CurrentAmbientTransaction |
当前环境事务。 默认为 Current。 |
EnlistedTransaction |
当前登记的事务。 |
方法
EnlistTransaction(Transaction) |
指定要用于数据库操作的现有 Transaction 值。 |