SqlRowsCopiedEventArgs Class

Definition

Represents the set of arguments passed to the SqlRowsCopiedEventHandler.

C#
public class SqlRowsCopiedEventArgs : EventArgs
Inheritance
SqlRowsCopiedEventArgs

Constructors

SqlRowsCopiedEventArgs(Int64)

Creates a new instance of the SqlRowsCopiedEventArgs object.

Properties

Abort

Gets or sets a value that indicates whether the bulk copy operation should be aborted.

RowsCopied

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

Applies to

Toode Versioonid
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2