Previous in Contents Next in Contents

IColumn Interface

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

Hierarchy

ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema:IColumns

The following table briefly describes this interface's properties.

Note   Changes to these properties do not take effect until you call the ISearchSchema.Save method.

Property Description
Description A textual description of the column.
Index Whether Search indexes the information in this column.
Length Reserved (set to 0).
Name The name of the column.
PropGuid The property set GUID that, together with PropPid, uniquely identifies this column for indexing, searching, and retrieving.
PropPid The property ID that together with PropGuid, uniquely identifies this column
Retrieve Whether Search can retrieve the information in this column.
Type The data type of the column.


© 1997-2000 Microsoft Corporation. All rights reserved.