ArcObjects Library Reference (GeoDatabaseDistributed)  

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