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

정의

트랜잭션을 커밋합니다.

public:
 void Commit(int fRetaining, int grfTC, int grfRM);
public void Commit (int fRetaining, int grfTC, int grfRM);
abstract member Commit : int * int * int -> unit
Public Sub Commit (fRetaining As Integer, grfTC As Integer, grfRM As Integer)

매개 변수

fRetaining
Int32

false이어야 합니다.

grfTC
Int32

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

grfRM
Int32

0이어야 합니다.

설명

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

적용 대상