Prevents the Message event from being called for messages of type MsgInfo.
Public Property InfoMessageEnabled( ) As Boolean Member of DbmlsyncCOM.Dbmlsync
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.
The following example sets InfoMessageEnabled to false:
dbmlsync1.InfoMessageEnabled = False |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |