Gets or sets an OLE DB Chapter object from/on an ADORecordsetConstruction object. When you use put_Chapter to set the Chapter object, a subset of rows is turned into an ADO Recordset object. This sets the current chapter of the Rowset object
.
HRESULT get_Chapter([out, retval] long* plChapter); HRESULT put_Chapter([in] long lChapter);
This property method returns the standard HRESULT values, including S_OK and E_FAIL.