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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.