SqlRowsCopiedEventArgs Class
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.
Represents the set of arguments passed to the SqlRowsCopiedEventHandler.
public ref class SqlRowsCopiedEventArgs : EventArgs
C#
public class SqlRowsCopiedEventArgs : EventArgs
type SqlRowsCopiedEventArgs = class
inherit EventArgs
Public Class SqlRowsCopiedEventArgs
Inherits EventArgs
- Inheritance
-
SqlRowsCopiedEventArgs
Sql |
Creates a new instance of the SqlRowsCopiedEventArgs object. |
Abort |
Gets or sets a value that indicates whether the bulk copy operation should be aborted. |
Rows |
Gets a value that returns the number of rows copied during the current bulk copy operation. |
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 |