SqlDataDictionary.tableReindex 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.
Overloads
tableReindex() |
Updates index for the table. |
tableReindex(Int32) | |
tableReindex(Int32, Int32) |
tableReindex()
Updates index for the table.
public:
virtual int tableReindex();
public virtual int tableReindex ();
abstract member tableReindex : unit -> int
override this.tableReindex : unit -> int
Public Overridable Function tableReindex () As Integer
Returns
Zero if the method succeeds.
Applies to
tableReindex(Int32)
tableReindex(Int32, Int32)
public:
virtual int tableReindex(int _tableId, int _indexId);
public virtual int tableReindex (int _tableId, int _indexId);
abstract member tableReindex : int * int -> int
override this.tableReindex : int * int -> int
Public Overridable Function tableReindex (_tableId As Integer, _indexId As Integer) As Integer
Parameters
- _tableId
- Int32
The index handle (0 for all); optional. By default, 0.
- _indexId
- Int32
The index handle (0 for all); optional. By default, 0.