| title | Chapter Property (ADO) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.prod | sql | |||
| ms.prod_service | connectivity | |||
| ms.technology | connectivity | |||
| ms.custom | ||||
| ms.date | 01/19/2017 | |||
| ms.reviewer | ||||
| ms.topic | conceptual | |||
| apitype | COM | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 8aa90cb0-f588-4141-9dc9-3b22918394ee | |||
| author | MightyPen | |||
| ms.author | genemi |
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.
HRESULT get_Chapter([out, retval] long* plChapter);
HRESULT put_Chapter([in] long lChapter);
plChapter
Pointer to the handle of a chapter.
LChapter
Handle of a chapter.
This property method returns the standard HRESULT values, including S_OK and E_FAIL.