This document is archived and information here might be outdated.  Recommended version.


IDataChanges.ParentReplicaID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface > IDataChanges.ParentReplicaID Property
ArcGIS Developer Help

IDataChanges.ParentReplicaID Property

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(
  System.Int32* ParentReplicaID
);
[C++]
Parameters
ParentReplicaID [out, retval]

ParentReplicaID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDataChanges Interface