ArcObjects Library Reference (GeoDatabaseDistributed)  

ISchemaChangeInfo Interface

Provides access to the replica schema change info.

Product Availability

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

Members

Description
Read/write property ApplySchemaChange Indicates if schema changes will be applied.
Read-only property ExtendedProperties Properties associated with the schema change object.
Read-only property FromObject The source replicas representation of the schema.
Method GetChanges The schema changes.
Read-only property SchemaChangeType Type of schema change.
Read-only property ToObject The target replicas representation of the schema.
Read-only property ToParent The parent container of the schema change object.

CoClasses that implement ISchemaChangeInfo

CoClasses and Classes Description
SchemaChangeInfo Esri Schema Change Info object.

Remarks

This interface provides methods to retrieve and apply schema changes to a replica.

A reference to this interface is returned from the ISchemaChanges::GetChanges method.

[C#]

The How to get a list of schema differences between replicas topic describes how to use this interface.

.NET Related Topics

Getting a list of schema differences between replicas