Provides access to the replica schema change info.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ApplySchemaChange | Indicates if schema changes will be applied. | |
ExtendedProperties | Properties associated with the schema change object. | |
FromObject | The source replicas representation of the schema. | |
GetChanges | The schema changes. | |
SchemaChangeType | Type of schema change. | |
ToObject | The target replicas representation of the schema. | |
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.