This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface > IDataChanges.ParentReplicaID Property (ArcObjects .NET 10.5 SDK) |
ID for the replica in the parent geodatabase.
[Visual Basic .NET] Public ReadOnly Property ParentReplicaID As Integer
[C#] public int ParentReplicaID {get;}
[C++]
HRESULT get_ParentReplicaID(
long* ParentReplicaID
);
[C++]
Parameters ParentReplicaID [out, retval] ParentReplicaID is a parameter of type long
This property returns the parent replica ID.
The ParentReplicaID and ReplicaGUID properties identify the replica on the parent geodatabase. These properties are only valid for the CheckoutDataChanges coclass, DeltaDataChanges coclass, and the ReplicationDataChanges coclass when initialized for a replica. Both properties can be used to identify the replica, however, ReplicaGUID is unique across all databases.