com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChanges

All Superinterfaces:
Serializable
All Known Subinterfaces:
IDeltaDataChanges2
All Known Implementing Classes:
DeltaDataChanges

public interface IDeltaDataChanges
extends Serializable

Provides access to members that identify a data changes object based on a delta container.

Superseded By

IDeltaDataChanges2

Remarks

This interface can be used to get a reference to the source of the edits.

Product Availability

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

See Also:
DataChangesImporter, DataChangesExporter, DeltaDataChanges, DataChanges, IExportDataChanges

Method Summary
 Object getContainer()
          The container, which can be a workspace or an XML document, in which the delta changes are stored.
 

Method Detail

getContainer

Object getContainer()
                    throws IOException,
                           AutomationException
The container, which can be a workspace or an XML document, in which the delta changes are stored.

Remarks

This interface has a single property called container. It returns a personal geodatabase workspace for delta databases, a file geodatabase workspace for delta file geodatabases, or a reference to the XML file for XML delta files.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.