SqlBulkCopy.RowsCopied64 Property

Definition

The number of rows processed in the ongoing bulk copy operation.

C#
public long RowsCopied64 { get; }

Property Value

The long value of the RowsCopied64 property.

Remarks

This value is incremented during the SqlRowsCopied event and does not imply that this number of rows has been sent to the server or committed.

This value can be accessed during or after the execution of a bulk copy operation.

Applies to

Produk Versi
SqlClient .NET Core 5.2
SqlClient .NET Framework 5.2
SqlClient .NET Standard 5.2