esriGDSExportFormat
Options to specify export types for Geodata services.
Value |
Description |
---|---|
esriGDSExportFormatFileGDB |
Export data to a file geodatabase. (2) |
esriGDSExportFormatPersonalGdb |
Export data to an Access personal geodatabase. (0) |
esriGDSExportFormatXml |
Export data to a workspace XML file. (1) |
Remarks
This enumeration contains values that represent different types of export format options.
The members of this enumeration are represented as follows:
- esriGDSExportFormatPersonalGdb = 0 - Will be exported to a personal geodatabase.
- esriGDSExportFormatXml = 1 - Will be exported to XML file.
- esriGDSExportFormatFileGDB = 2 - Will be exported to file geodatabase.
2/28/2020