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
- 특성
설명
이 인터페이스는 네임스페이스의 관리되지 않는 버전을 ITransaction System.EnterpriseServices 나타내기 위해 내부적으로 클래스에서만 TransactionInterop 사용되므로 구현하면 안 됩니다.
메서드
Abort(IntPtr, Int32, Int32) |
트랜잭션을 중단합니다. |
Commit(Int32, Int32, Int32) |
트랜잭션을 커밋합니다. |
GetTransactionInfo(IntPtr) |
트랜잭션에 대한 정보를 검색합니다. |