次の方法で共有


IScopeAdm::Path property

[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.]

Retrieves or sets the case-insensitive scope path to the directory for Indexing Service to index.

This property is read/write.

Syntax

HRESULT put_Path(
  [in]          BSTR newVal
);

HRESULT get_Path(
  [out, retval] BSTR *pVal
);

Property value

Specifies the scope path. For example, "c:\".

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2

See also

IScopeAdm