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


ISchemaChanges.ToReplica Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChanges Interface > ISchemaChanges.ToReplica Property
ArcGIS Developer Help

ISchemaChanges.ToReplica Property

The replica that is the target for the schema changes.

[Visual Basic .NET]
Public ReadOnly Property ToReplica As IGPReplica
[C#]
public IGPReplica ToReplica {get;}
[C++]
HRESULT get_ToReplica(
  IGPReplica** ToReplica
);
[C++]
Parameters
ToReplica [out, retval]

ToReplica is a parameter of type IGPReplica**

Product Availability

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

Remarks

This method returns the replica that is the target for the schema changes.  This replica is returned as a reference to an object that implements IGPReplica.  See the GPReplica coclass for more information. 

See Also

ISchemaChanges Interface