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