ITransaction.Commit(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commits the transaction.
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)
Parameters
- fRetaining
- Int32
Must be false
.
- grfTC
- Int32
A value taken from the OLE DB enumeration XACTTC
.
- grfRM
- Int32
Must be zero.
Remarks
For values of grfTC
, see ITransaction::Commit
in the OLE DB Programmers Reference.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา