This document is archived and information here might be outdated.  Recommended version.


IDataExtraction Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataExtraction Interface
ArcGIS Developer Help

IDataExtraction Interface

Provides access to members that extract schema and/or data from one geodatabase to another geodatabase.

Product Availability

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

Members

Name Description
Method Extract Extracts schema and data from one geodatabase to another geodatabase.
Method ExtractSchema Extracts schema only from one geodatabase to another geodatabase.

Classes that implement IDataExtraction

Classes Description
DataExtraction Extracts data from one geodatabase to another geodatabase.

Remarks

The IDataExtraction interface provides methods to extract data and schema or just schema from one geodatabase to another.

Unlike CheckOut, DataExtraction can move data from a personal or file geodatabases to an ArcSDE geodatabase, between personal and file geodatabases.

See Also

IReplicaFilterDescription Interface | IReplicaFilterDescriptionEdit Interface | IReplicaDescription Interface