SqlRowsCopiedEventArgs Class

Definition

Represents the set of arguments passed to the SqlRowsCopiedEventHandler.

public ref class SqlRowsCopiedEventArgs : EventArgs
public class SqlRowsCopiedEventArgs : EventArgs
type SqlRowsCopiedEventArgs = class
    inherit EventArgs
Public Class SqlRowsCopiedEventArgs
Inherits 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