Previous in Contents Next in Contents

ISearchAdmin Interface

Hierarchy

SearchAdmin

This object provides properties to access the other Search interface objects, except the IGatherNotify interface object, on a specific host.

Use the ISearchAdmin interface to specify a Search host for administration or default to the local host and then access the other Search interfaces. You can access the IBuildServer or ISearchServer interface objects by using the ISearchAdmin properties.

You create an instance of the SearchAdmin COM class by calling CreateObject, as follows:

Set objSearchAdmin = CreateObject("Search.SearchAdmin.1")
 

© 1997-2000 Microsoft Corporation. All rights reserved.