This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaOptions Interface > IGPReplicaOptions.ChildConnectionString Property (ArcObjects .NET 10.4 SDK) |
The connection string for the child geodatabase.
[Visual Basic .NET] Public Property ChildConnectionString As String
[C#] public string ChildConnectionString {get; set;}
[C++]
HRESULT get_ChildConnectionString(
BSTR* ChildConnectionString
);
[C++]
HRESULT put_ChildConnectionString(
BSTR ChildConnectionString
);
[C++]
Parameters ChildConnectionString [out, retval] ChildConnectionString is a parameter of type BSTR ChildConnectionString [in] ChildConnectionString is a parameter of type BSTR
Set this property to the connection string for the ArcSDE geodatabase or the geodata service referencing the ArcSDE geodatabase that will host the child replica. Setting the property stores the connection string with the parent replica. This allows you to synchronzie without having to ask for the child replicas geodatabase when synchronizing from the parent.