Provides access to members that initialize schema changes of a replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Init | Initializes the object using the replica and the target replica workspace. | |
InitFromSchemaDifferencesDocument | Initializes the object using a schema differences document and a target replica workspace. | |
InitFromSchemaDocument | Initializes the object using a replica schema document and a target replica workspace. |
CoClasses that implement ISchemaChangesInit
CoClasses and Classes | Description |
---|---|
SchemaChanges | ESRI Schema Changes object. |
Remarks
The ISchemaChangesInit interface provides access to methods for initializing a SchemaChanges object.
The SchemaChanges object can be used to inspect schema differences between replicas, and can be used to apply schema changes to a target replica. See the SchemaChanges coclass for more information.
[C#]
The How to get a list of schema differences between replicas topic describes how to use this interface.