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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also