ITransaction 인터페이스

정의

DTC(Distributed Transaction Coordinator) 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)

트랜잭션 개체에 대한 정보를 반환합니다.

적용 대상