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 与 BulkCopyTimeout 属性的值相互排斥,因此,即使未将行发送到数据库或未提交行,也可以触发事件。