ITransaction 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与分布式事务协调器 (DTC) ITransaction
接口对应,并且受通过 Transaction 获取的对象的支持。
public interface class ITransaction
[System.Runtime.InteropServices.Guid("0FB15084-AF41-11CE-BD2B-204C4F4F5020")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITransaction
[<System.Runtime.InteropServices.Guid("0FB15084-AF41-11CE-BD2B-204C4F4F5020")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITransaction = interface
Public Interface ITransaction
- 属性
方法
Abort(BOID, Int32, Int32) |
中止事务。 |
Commit(Int32, Int32, Int32) |
提交事务。 |
GetTransactionInfo(XACTTRANSINFO) |
返回有关事务对象的信息。 |