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


IEnumSchemaChange.ToReplica Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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