SqlRowsCopiedEventArgs.RowsCopied Property

Definition

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

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

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

See also