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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULBulkCopy 类

 

ULRowsCopied 事件

每次处理完 NotifyAfter 所指定的行数时便会发生此事件。

语法
Visual Basic
Public Event ULRowsCopied As ULRowsCopiedEventHandler
C#
public event ULRowsCopiedEventHandler ULRowsCopied;
注释

接收到 ULRowsCopied 事件并不意味着已提交了任何行。无法通过此事件调用 Close 方法。

另请参见