Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定要在生成通知事件之前处理的行数。
Public Property NotifyAfter As Integer
public int NotifyAfter {get;set;}
一个整数,表示要在生成通知事件之前处理的行数;如果尚未设置该属性,则为零。
WriteToServer 执行期间对 NotifyAfter 进行的更改到下次通知后才会生效。
将它设置为小于零是错误的。
NotifyAfter 与 BulkCopyTimeOut 的值相互排斥,因此,即使未将行发送到数据库或未提交行,也可以触发事件。