Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Dbmlsync 集成组件在 12 版中已删除。可以使用 dbmlsync 编程接口代替该组件。请参见Dbmlsync API。
指定在行上执行的操作。
Public Property RowOperation( ) As DbmlsyncCOM.RowEventOp Member of DbmlsyncCOM.IRowTransferData
该属性的值可为以下值之一:
OpInsert 该行是插入的。
OpUpdate 该行已更新。
OpDelete 该行已删除。
OpTruncate 表已截断(表中的所有行均已删除)。当 RowOperation 属性取此值时,ColumnName 和 ColumnValue 属性返回的信息无效。
注意:对于 DownloadRow 事件,upsert(更新或插入)操作的值为 OpInsert。