Share via


DictTable.Reindex Method

Definition

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.

Applies to