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

정의

트랜잭션을 커밋합니다.

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

매개 변수

retainingwhatever
Int32

이 값은 false여야 합니다.

commitTypewhatever2
Int32

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

reservedwhatever3
Int32

이 값은 0이어야 합니다.

설명

값에 대해 commitType를 참조 ITransaction::Commit OLE DB 프로그래머 참조에서입니다.

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

적용 대상