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


IExportSchema.ExportSchemaDifferences Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IE > IExportSchema Interface > IExportSchema.ExportSchemaDifferences Method
ArcGIS Developer Help

IExportSchema.ExportSchemaDifferences Method

Export schema differences between replica pair.

[Visual Basic .NET]
Public Sub ExportSchemaDifferences ( _
    ByVal exportFileName As String, _
    ByVal SchemaChanges As ISchemaChanges _
)
[C#]
public void ExportSchemaDifferences (
    string exportFileName,
    ISchemaChanges SchemaChanges
);
[C++]
HRESULT ExportSchemaDifferences(
  BSTR exportFileName,
  ISchemaChanges* SchemaChanges
);
[C++]
Parameters
exportFileName [in]

exportFileName is a parameter of type BSTR SchemaChanges [in]
SchemaChanges is a parameter of type ISchemaChanges*

Product Availability

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

Remarks

The ExportSchemaDifferences method exports replica schema differences to an XML file.

The exportFileName is the string name of the replica schema changes file (XML) that will be created.  The SchemaChanges parameter takes a reference to a SchemaChanges object.  See the SchemaChanges coclass for more information.

 

 

See Also

IExportSchema Interface