This interface specifies information about documents that Search indexes or retrieves while crawling.
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 retrieves the information in this column. |
| Type | The data type of the column. |