diff --git a/doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml b/doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml index 1a6257ce11..d7299c5e80 100644 --- a/doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml +++ b/doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml @@ -508,7 +508,7 @@ and faster to use a Transact-SQL `INSERT … SELECT` statement to copy the data. ## Remarks This value is incremented during the event and does not imply that this number of rows has been sent to the server or committed. -During the execution of a bulk copy operation, this value can be accessed, but it cannot be changed. Any attempt to change it will throw an . +This value can be accessed during or after the execution of a bulk copy operation. ]]>