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