Documentation for this section has not yet been entered.
This property is designed for user interface components that illustrate the progress of a bulk copy operation. It indicates the number of rows to be processed before generating a notification event. The SqlBulkCopy.NotifyAfter property can be set at any time, even while a bulk copy operation is underway. Changes made during a bulk copy operation take effect after the next notification. The new setting applies to all subsequent operations on the same instance.
If SqlBulkCopy.NotifyAfter is set to a number less than zero, an ArgumentOutOfRangeException is thrown.