Previous in Contents Next in Contents

IColumns Interface

This interface is implemented by a collection of information about documents that Search indexes (IColumn interface objects).

Hierarchy

ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema

The following table briefly describes this interface's methods and properties. All but Add and Clear are described in the Common Collection Methods and Properties.

Note   Changes made by these methods do not take effect until you call the ISearchSchema.Save method.

Method Description
Add Adds a column to the collection.
Clear Clears the schema columns.
Remove Removes a column.
Property Description
Count The number of columns.
Item Accesses a column by name.


© 1997-2000 Microsoft Corporation. All rights reserved.