SqlRowsCopiedEventArgs Klasse
Definition
Stellt den Satz von Argumenten dar, die an den SqlRowsCopiedEventHandler übergeben werden.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
- Vererbung
Konstruktoren
SqlRowsCopiedEventArgs(Int64) |
Erstellt eine neue Instanz eines SqlRowsCopiedEventArgs-Objekts.Creates a new instance of the SqlRowsCopiedEventArgs object. |
Eigenschaften
Abort |
Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob der Massenkopiervorgang abgebrochen werden soll.Gets or sets a value that indicates whether the bulk copy operation should be aborted. |
RowsCopied |
Ruft einen Wert ab, der die Anzahl der während des aktuellen Massenkopiervorgangs kopierten Zeilen zurückgibt.Gets a value that returns the number of rows copied during the current bulk copy operation. |
Methoden
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |