SqlBulkCopy.RowsCopied64 Property

Definition

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

public:
 property long RowsCopied64 { long get(); };
public long RowsCopied64 { get; }
member this.RowsCopied64 : int64
Public ReadOnly Property RowsCopied64 As Long

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