DataTransferProgressEventType Enum
Definition
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.
public enum DataTransferProgressEventType
type DataTransferProgressEventType =
Public Enum DataTransferProgressEventType
- Inheritance
-
DataTransferProgressEventType
Fields
Name | Value | Description |
---|---|---|
ExecuteNonTransactableSql | 0 | |
StartTransaction | 1 | |
AllowedToFailPrologueSql | 2 | |
ExecutePrologueSql | 3 | |
GenerateDataFlow | 4 | |
ExecutingDataFlow | 5 | |
TransferringRows | 6 | |
ExecuteEpilogueSql | 7 | |
CommitTransaction | 8 | |
RollbackTransaction | 9 | |
ExecuteCompensatingSql | 10 | |
CancelQuery | 11 | |
Error | 12 |