Hierarchy
ISearchAdmin:IBuildServer:IBuildCatalogs:IBuildCatalog:ISearchSchema:IColumns
This interface specifies information about documents that Search indexes or retrieves while crawling.
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.