Provides access to members that initialize a multi-generation Replica DataChanges object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Init | Initializes the class by using the replica and the replica workspace. | |
Init2 | Initializes the class by using the replica, generation option and the replica workspace. |
Inherited Interfaces
Interfaces | Description |
---|---|
IReplicaDataChangesInit | Provides access to members that initialize a Replica DataChanges object. |
CoClasses that implement IReplicaDataChangesInit2
CoClasses and Classes | Description |
---|---|
ArchivingDataChanges | |
ReplicationDataChanges | The replicadatachanges object. |
Remarks
The IReplicaDataChangesInit2 interface is used to initialize the ReplicaDataChanges coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used.
IReplicaDataChangesInit2::Init2 method should be used when exporting data changes from a two way or one way replica. When exporting edits from a check-out replica use the IReplicaDatachangesInit::Init method.