com.esri.arcgis.geodatabasedistributed
Interface esriGDSExportFormat

All Superinterfaces:
Serializable

public interface esriGDSExportFormat
extends Serializable

GeoDataServer data export types.

Remarks

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

The members of this enumeration are represented as follows:

Product Availability

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


Field Summary
static int esriGDSExportFormatFileGDB
          Export replica data changes to a file geodatabase.
static int esriGDSExportFormatFileGDBTransport
          Export replica data to a file geodatabase.
static int esriGDSExportFormatPersonalGdb
          Export replica data changes to an Access personal geodatabase.
static int esriGDSExportFormatXml
          Export replica data changes to an XML file.
 

Field Detail

esriGDSExportFormatPersonalGdb

static final int esriGDSExportFormatPersonalGdb
Export replica data changes to an Access personal geodatabase.

See Also:
Constant Field Values

esriGDSExportFormatXml

static final int esriGDSExportFormatXml
Export replica data changes to an XML file. Can also be specified for data transport when creating a replica with the IGeodataServer.CreateReplica method.

See Also:
Constant Field Values

esriGDSExportFormatFileGDB

static final int esriGDSExportFormatFileGDB
Export replica data changes to a file geodatabase.

See Also:
Constant Field Values

esriGDSExportFormatFileGDBTransport

static final int esriGDSExportFormatFileGDBTransport
Export replica data to a file geodatabase. For use in data transport only when creating a replica with the IGeodataServer.CreateReplica method.

See Also:
Constant Field Values