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


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

IEnumSchemaChange.ToReplica Property

The replica the schema changes will be applied to.

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

ToReplica is a parameter of type IReplica**

Product Availability

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

See Also

IEnumSchemaChange Interface