Extended Query Properties
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 following table includes dynamic properties for use with extended queries using the ADO Recordset object.
Property | Data Type | Property Group | Read/Write | Description |
---|---|---|---|---|
Always use content index (DBPROP_USECONTENTINDEX) | DBTYPE_BOOL | DBPROPFLAGS_ROWSET | RW | Default is FALSE. When set to TRUE, indicates that the search will always use Content Index. |
Defer scope and security testing (DBPROP_DEFERNONINDEXEDTRIMMING) | DBTYPE_BOOL | DBPROPFLAGS_ROWSET | RW | Default is FALSE. When set to TRUE, indicates that the search will defer scope and security testing. |
Return PROPVARIANTs in variant binding (DBPROP_USEEXTENDEDDBTYPES) | DBTYPE_BOOL | DBPROPFLAGS_ROWSET | RW | Default is FALSE. When set to TRUE, returns PROPVARIANT structures in variant binding. |