FdoBulkCopyOptions is an enumeration of the different options for processing of bulk copy.
- Parameters:
-
| FdoBulkCopyOptions_None | No options are specified. |
| FdoBulkCopyOptions_IgnoreErrors | Continue inserting objects if there is an error. |
| FdoBulkCopyOptions_IgnoreUnsupportedData | Ignore datatypes that doesn't exist, geometric types that doesn't exist, etc |
| FdoBulkCopyOptions_IgnoreUnknownCoordSysMismatch | Copy the geometry with no transformation of the coordinates if the input or output coordinate system is unknown or arbitrary |
- Enumerator:
-
| FdoBulkCopyOptions_None |
|
| FdoBulkCopyOptions_IgnoreErrors |
|
| FdoBulkCopyOptions_IgnoreUnsupportedData |
|
| FdoBulkCopyOptions_IgnoreUnknownCoordSysMismatch |
|
Definition at line 36 of file FdoBulkCopy.h.