SqlRowsCopiedEventArgs Constructor (Int64)

 

Creates a new instance of the SqlRowsCopiedEventArgs object.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
SqlRowsCopiedEventArgs(
	long long rowsCopied
)

Parameters

rowsCopied
Type: System::Int64

An Int64 that indicates the number of rows copied during the current bulk copy operation.

The value in the rowsCopied parameter is reset on each call to any one of the SqlBulkCopy.WriteToServer methods.

.NET Framework
Available since 2.0
Return to top
Show: