SqlRowsCopiedEventArgs.RowsCopied Property

Definition

Gets a value that returns the number of rows copied during the current bulk copy operation.

C#
public long RowsCopied { get; }

Property Value

int that returns the number of rows copied.

Remarks

The value in the RowsCopied property is reset on each call to any of the SqlBulkCopy.WriteToServer methods.

Applies to

Toode Versioonid
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2