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