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


ISchemaChangeInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChangeInfo Interface
ArcGIS Developer Help

ISchemaChangeInfo Interface

Provides access to the replica schema change info.

Product Availability

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

Members

Name 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.

Classes that implement ISchemaChangeInfo

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.