IDtcTransaction 인터페이스

정의

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)

트랜잭션에 대한 정보를 검색합니다.

적용 대상