Prevents the Message event from being called for messages of type MsgDetailedInfo.
Public Property DetailedInfoMessageEnabled( ) As Boolean Member of DbmlsyncCOM.Dbmlsync
If you do not handle detailed 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 MsgDetailedInfo to trigger the Message event.
See Message event.
The following example sets DetailedInfoMessageEnabled to false:
dbmlsync1.DetailedInfoMessageEnabled = False |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |