DBPROP_CI_INCLUDE_SCOPES
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 DBPROP_CI_INCLUDE_SCOPES property specifies the names of the file path(s) over which the query is processed.
Summary
Property Set | DBPROPSET_ FSCIFRMWRK_EXT |
Property ID | DBPROP_CI_INCLUDE_SCOPES |
Value Type | DBTYPE_ARRAY | DBTYPE_BSTR |
Default | "\" (the entire catalog) |
Remarks
If more than one catalog or machine is specified, the DBPROP_MACHINE, DBPROP_CI_CATALOG_NAME, DBPROP_CI_INCLUDE_SCOPES, and DBPROP_CI_SCOPE_FLAGS properties all must have the same number of entries, or the count of scopes and flags can be either the count of catalogs and machines or 1.
When more than one machine or catalog is specified, the query is executed on multiple machines and the results are merged on the local machine.
The scope "\" covers the entire catalog. The scope "/" covers the entire Microsoft Internet Information Services (IIS) virtual path namespace. Scopes can be letter-based paths on the local drive or remote universal naming convention (UNC) paths.
This property corresponds to the CiScope variable in the Internet Data Query Files of Indexing Service.