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 类

 

NotifyAfter 属性

指定要在生成通知事件之前处理的行数。

语法
Visual Basic
Public Property NotifyAfter As Integer
C#
public int NotifyAfter { get; set; }
属性值

一个整数,表示要在生成通知事件之前处理的行数;如果尚未设置该属性,则为零。

注释

WriteToServer 执行期间对 NotifyAfter 进行的更改到下次通知后才会生效。

将它设置为小于零是错误的。

NotifyAfter 与 BulkCopyTimeOut 的值相互排斥,因此,即使未将行发送到数据库或未提交行,也可以触发事件。

另请参见