Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft