Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to SQL Anywhere Clients for MobiLink » Dbmlsync integration component (deprecated) » Dbmlsync integration component properties

 

InfoMessageEnabled property

Prevents the Message event from being called for messages of type MsgInfo.

Syntax
Public Property InfoMessageEnabled( ) As Boolean
Member of DbmlsyncCOM.Dbmlsync
Remarks

If you do not handle general progress information in the Message event, you should set this property to false to improve performance. The default is true, which enables messages of type MsgInfo to trigger the Message event.

See Message event.

Example

The following example sets InfoMessageEnabled to false:

dbmlsync1.InfoMessageEnabled = False