ArcObjects Library Reference (GeoDatabaseDistributed)  

ISchemaChanges.FromReplica Property

The replica thatis the source of the schema changes.

[Visual Basic .NET]
Public ReadOnly Property FromReplica As IGPReplica
[C#]
public IGPReplica FromReplica {get;}
[C++]
HRESULT get_FromReplica(
  IGPReplica** FromReplica
);
[C++]

Parameters

FromReplica [out, retval]

  FromReplica 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 source of 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