IDtcTransaction.Commit(Int32, Int32, Int32) 메서드

정의

트랜잭션을 커밋합니다.

public:
 void Commit(int retaining, int commitType, int reserved);
public void Commit(int retaining, int commitType, int reserved);
abstract member Commit : int * int * int -> unit
Public Sub Commit (retaining As Integer, commitType As Integer, reserved As Integer)

매개 변수

retaining
Int32

이 값은 false여야 합니다.

commitType
Int32

OLE DB 열거형에서 가져온 값입니다 XACTTC.

reserved
Int32

이 값은 0이어야 합니다.

설명

값은 commitTypeOLE DB 프로그래머 참조를 참조 ITransaction::Commit 하세요.

이 인터페이스의 메서드는 네임스페이스의 관리되지 않는 버전을 ITransactionSystem.EnterpriseServices 나타내기 위해 내부적으로 클래스에서만 TransactionInterop 사용되므로 구현해서는 안 됩니다.

적용 대상