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


IGeoDataServer2.Replica Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer2 Interface > IGeoDataServer2.Replica Property
ArcGIS Developer Help

IGeoDataServer2.Replica Property

Return the replica in the workspace that has a specific name.

[Visual Basic .NET]
Public Function get_Replica ( _
    ByVal ReplicaName As String _
) As IGPReplica
[C#]
public IGPReplica get_Replica (
    string ReplicaName
);
[C++]
HRESULT get_Replica(
  BSTR ReplicaName,
  IGPReplica** GPReplica
);
[C++]
Parameters
ReplicaName [in]

ReplicaName is a parameter of type BSTR GPReplica [out, retval]
GPReplica is a parameter of type IGPReplica**

Product Availability

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

See Also

IGeoDataServer2 Interface