This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer2 Interface > IGeoDataServer2.Replica Property (ArcObjects .NET 10.4 SDK) |
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