From 8156ff9939647a091611e9687719c3e8e8918605 Mon Sep 17 00:00:00 2001 From: madelson <1269046+madelson@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:03:38 -0500 Subject: [PATCH] Update docs for RowsCopied property (#1872) --- doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ]]>