IndexManager Methods

Methods

AddExistingIndex Adds an existing index store to the index list. The index must not already exist in the index list.
AddIndex Adds a Index object to the index list. The index must not already exist in the index list.
CreateNewIndex(String) Creates a new index in the default index store. Call AddIndex(Index) to add the index to the index list.
CreateNewIndex(String, String) Creates a new index. Call AddIndex(Index) to add the index to the index list.
Dispose 
Dispose(Boolean) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveIndex Remove an index from the index list.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also