Options to specify the type of delta file to create.
Constant | Value | Description |
---|---|---|
esriExportToAccess | 1 | Export data changes to Access. |
esriExportToXML | 2 | Export data changes to XML. |
esriExportToFileGDB | 3 | Export data changes to File GeoDatabase. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The esriExportDataChangesOption enumeration contains values that represent different types of export data changes options.
The members of this enumeration are represented as follows:
- esriExportToAccess = 1 - indicates an delta database file. This is an access database (MDB file)
- esriExportToXML = 2 - indicates an delta XML file.
- esriExportToFileGDB = 3 - indicates a delta File geodatabase (a GDB file).