This document is archived and information here might be outdated. Recommended version. |
Provides access to members that initialize a Replica DataChanges object. Note: the IReplicaDataChangesInit interface has been superseded byIReplicaDataChangesInit2. Please consider using the more recent version.
Use the IReplicaDataChangesInit interface to initialize the ReplicaDataChanges coclass when working with single generation replicas. If you are working with multi-generation replicas, use the IReplicaDataChangesInit2 interface to initialize the ReplicaDatachanges coclass.
Name | Description | |
---|---|---|
Init | Initializes the class by using the replica and the replica workspace. |
CoClasses and Classes | Description |
---|---|
ArchivingDataChanges | |
CheckOutDataChanges | The information needed to perform a check in from a check-out database. |
ReplicationDataChanges | The replicadatachanges object. |
The IReplicaDataChangesInit interface is used to initialize the CheckOutDataChanges and the ReplicaDataChanges coclasses. Each coclass must be intialized before any of the other interfaces in the coclass can be used.