ErrorManagementType 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.
The type of error management to use for the mapping.
public enum ErrorManagementType
type ErrorManagementType =
Public Enum ErrorManagementType
- Inheritance
-
ErrorManagementType
Fields
| Name | Value | Description |
|---|---|---|
| RejectAndContinue | 0 | RejectAndContinue. |
| StopImport | 1 | StopImport. |
| RejectUntilLimit | 2 | RejectUntilLimit. |