ArcObjects Library Reference (GeoDatabaseDistributed)  

ISchemaChanges.GetChanges Method

An enumeration of the replica schema changes.

[Visual Basic .NET]
Public Function GetChanges ( _
) As IEnumSchemaChange
[C#]
public IEnumSchemaChange GetChanges (
);
[C++]
HRESULT GetChanges(
  IEnumSchemaChange** SchemaChanges
);
[C++]

Parameters

SchemaChanges [out, retval]

  SchemaChanges is a parameter of type IEnumSchemaChange

Product Availability

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

Remarks

The GetChanges method returns the schema changes from the SchemaChanges object.

This method returns a reference to an object that implements IEnumSchemaChange.  See the IEnumSchemaChange interface for more information.

See Also

ISchemaChanges Interface

.NET Related Topics

Getting a list of schema differences between replicas