This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChangeInfo Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the replica schema change info.
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 and Classes | Description |
---|---|
SchemaChangeInfo | Esri Schema Change Info object. |
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.
The How to get a list of schema differences between replicas topic describes how to use this interface.