IDtcTransaction 接口 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述 DTC 事务。
public interface class IDtcTransaction
	[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDtcTransaction
	public interface IDtcTransaction
	[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")]
public interface IDtcTransaction
	[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDtcTransaction = interface
	type IDtcTransaction = interface
	[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")>]
type IDtcTransaction = interface
	Public Interface IDtcTransaction
	- 属性
 
注解
不应实现此接口,因为类仅在TransactionInterop内部使用它来表示命名空间接口System.EnterpriseServices的非托管版本ITransaction。
方法
| Abort(IntPtr, Int32, Int32) | 
		 中止事务。  | 
        	
| Commit(Int32, Int32, Int32) | 
		 提交事务。  | 
        	
| GetTransactionInfo(IntPtr) | 
		 检索关于事务的信息。  |