DictTable.Reindex Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a reindex of the table.
public:
virtual void Reindex();
public virtual void Reindex ();
abstract member Reindex : unit -> unit
override this.Reindex : unit -> unit
Public Overridable Sub Reindex ()
Remarks
Do not use this method to reindex SQL tables; instead, use the SqlDataDictionary::tableReindex method. Additionally, the DictTable::reindex method is not supported when it is run on the client.