This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface > IReplica.ConnectionInfo Property (ArcObjects .NET 10.4 SDK) |
The WorkspaceName object for the master geodatabase.
[Visual Basic .NET] Public ReadOnly Property ConnectionInfo As IWorkspaceName
[C#] public IWorkspaceName ConnectionInfo {get;}
[C++]
HRESULT get_ConnectionInfo(
IWorkspaceName** replicaConnectionInfo
);
[C++]
Parameters replicaConnectionInfo [out, retval]
replicaConnectionInfo is a parameter of type IWorkspaceName
For a check-out geodatabase, this property returns a WorkspaceName object for the master geodatabase. This allows you to perform a checkin from the check-out geodatabase without already knowing the connection information for the master. The user name and password are not returned and must be set before connecting.
For master geodatabase, this property returns nothing.