Provides access to members that support exporting a geodatabase to XML.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ExportDatasets | Exports datasets to XML. | |
ExportDatasetsSchema | Exports datasets schema to XML. | |
ExportRecordSet | Exports a single tabular dataset to XML. | |
ExportWorkspace | Exports a workspace to XML. | |
ExportWorkspaceSchema | Exports a workspace schema to XML. |
CoClasses that implement IGdbXmlExport
CoClasses and Classes | Description |
---|---|
GdbExporter | ESRI Geodatabase Exporter object. |
Remarks
The IGdbXmlExport interface provides five methods for exporting a geodatabase to an XML file. The ExportWorkspace method exports workspace and data while ExportWorkspaceSchema method exports workspace schema only. The ExportDatasets method exports workspace and data at the dataset level of a PGDB and ArcSDE geodatabase, while ExportDatasetsSchema method exports workspace schema only. The ExportRecordSet method exports a recordset.