Click or drag to resize

DbServer.Reindex Method

X#
Recreate all active indexes for this server.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Reindex() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyIntentToMove message before the operation.
Sends a NotifyCompletion message upon completion. Obviously all other users should be out of your system prior to executing this method.
See Also