Click or drag to resize

DbServer.Reindex Method (Typed)

X#
Recreate all active indexes for this server.

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

Return Value

Type: Logic
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