หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets an OLE DB Chapter object from/on an ADORecordsetConstruction Interface object. When you use put_Chapter to set the Chapter object, a subset of rows is turned into an ADO Recordset Object object. This sets the current chapter of the Rowsetobject. This property is read/write.
Syntax
HRESULT get_Chapter([out, retval] long* plChapter);
HRESULT put_Chapter([in] long lChapter);
Parameters
plChapter
Pointer to the handle of a chapter.
LChapter
Handle of a chapter.
Return Values
This property method returns the standard HRESULT values, including S_OK and E_FAIL.