SqlRowsCopiedEventArgs.RowsCopied Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.