Class BulkCopyRowsCopied
public class BulkCopyRowsCopied
- Inheritance
-
BulkCopyRowsCopied
- Extension Methods
Properties
Abort
Gets or sets a value that indicates whether the bulk copy operation should be aborted.
public bool Abort { get; set; }
Property Value
RowsCopied
Gets a value that returns the number of rows copied during the current bulk copy operation.
public long RowsCopied { get; set; }
Property Value
StartTime
Gets operation execution start time.
public DateTime StartTime { get; }