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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SABulkCopy 类

 

NotifyAfter 属性

获取或设置要在生成通知事件之前处理的行数。

语法
Visual Basic

Public Property NotifyAfter As Integer
C#

public int NotifyAfter { get; set; }
属性值

如果未设置该属性,将会返回零。

注释

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

将此属性设置为小于零的值是错误的。

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

另请参见