Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Dbmlsync 集成组件在 12 版中已删除。可以使用 dbmlsync 编程接口代替该组件。请参见Dbmlsync API。
启用 UploadRow 事件。
Public Property UploadEventsEnabled() As Boolean Member of DbmlsyncCOM.Dbmlsync
处理 UploadRow 事件时,应将此属性设置为 true。缺省值为 false,它禁用 UploadRow 事件。将该属性设置为 true 会降低性能。
请参见UploadRow 事件(已删除)。
下面的示例将 UploadEventsEnabled 设置为 true:
dbmlsync1.UploadEventsEnabled = True