DbServer.Reindex Method (Typed) | |
Recreate all active indexes for this server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Reindex() AS LOGIC
public virtual bool Reindex()
Request Example
View SourceReturn 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