Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.