Previous in Contents Next in Contents

IColumn Interface

Hierarchy

ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema:IColumns

This interface manages the properties that specify the information about documents that Search includes in a catalog.

You create an IColumn interface object by calling the IColumns.Add method. You access a specific IColumn interface object by calling the IColumns.Item property.  You can access all of the IColumn interface objects by iterating through the IColumns collection in a for each loop.


© 1997-2000 Microsoft Corporation. All rights reserved.