DBPROPSET_MSIDXS_ROWSETEXT
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The DBPROPSET_MSIDXS_ROWSETEXT property set extends properties defined for the OLE DB Rowset object.
#define DBPROPSET_MSIDXS_ROWSETEXT \
{ 0xaa6ee6b0, 0xe828, 0x11d0, \
{ 0xb2, 0x3e, 0x00, 0xaa, 0x00, 0x47, 0xfc, 0x01 } }
Remarks
The DBPROPSET_MSIDXS_ROWSETEXT property set contains the following property constants:
-
MSIDXSPROP_ROWSETQUERYSTATUS
-
Property ID 2. Query status for the rowset. The STAT_* constants indicate the execution and reliability status.
-
MSIDXSPROP_COMMAND_LOCALE_STRING
-
Property ID 3. Locale string that represents the language and locale setting to use for this rowset.
-
MSIDXSPROP_QUERY_RESTRICTION
-
Property ID 4. The query string associated with this rowset.
Related topics