diff --git a/xml/System.Data.SqlClient/SqlBulkCopy.xml b/xml/System.Data.SqlClient/SqlBulkCopy.xml
index a4c0f9be11b..0d3317b7651 100644
--- a/xml/System.Data.SqlClient/SqlBulkCopy.xml
+++ b/xml/System.Data.SqlClient/SqlBulkCopy.xml
@@ -702,6 +702,50 @@
[!code-csharp[DataWorks SqlBulkCopy.NotifyAfter#1](~/samples/snippets/csharp/VS_Snippets_ADO.NET/DataWorks SqlBulkCopy.NotifyAfter/CS/source.cs#1)]
[!code-vb[DataWorks SqlBulkCopy.NotifyAfter#1](~/samples/snippets/visualbasic/VS_Snippets_ADO.NET/DataWorks SqlBulkCopy.NotifyAfter/VB/source.vb#1)]
+ ]]>
+
+ Bulk Copy Operations in SQL Server
+ ADO.NET Overview
+
+
+
+
+
+
+
+
+
+ Property
+
+ System.Data.SqlClient
+ 4.6.0.0
+ 4.6.1.0
+ 4.6.1.1
+
+
+ System.Data
+ 2.0.0.0
+ 2.0.5.0
+ 4.0.0.0
+
+
+ netstandard
+ 2.0.0.0
+
+
+ System.Int32
+
+
+ Returns the number of rows processed in the ongoing bulk copy operation.
+ The integer value of the property, by default zero.
+
+ 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 .
+
]]>
Bulk Copy Operations in SQL Server