IDtcTransaction.Commit(Int32, Int32, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
트랜잭션을 커밋합니다.
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 사용되므로 구현해서는 안 됩니다.