ArcObjects Library Reference (GeoDatabaseDistributed)  

esriGDSExportFormat Constants

GeoDataServer data export types.

Constant Value Description
esriGDSExportFormatPersonalGdb 0 Export replica data changes to an Access personal geodatabase.
esriGDSExportFormatXml 1 Export replica data changes to an XML file. Can also be specified for data transport when creating a replica with the IGeodataServer.CreateReplica method.
esriGDSExportFormatFileGDB 2 Export replica data changes to a file geodatabase.
esriGDSExportFormatFileGDBTransport 3 Export replica data to a file geodatabase. For use in data transport only when creating a replica with the IGeodataServer.CreateReplica method.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The esriGDSExportFormat enumeration contains values that represent different types of export format options.

The members of this enumeration are represented as follows:

.NET Related Topics

GeoData services | How to create a replica in a disconnected environment | How to synchronize a data change message in a disconnected environment