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


IDatabaseConnectionInfo2.ConnectionServer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo2 Interface > IDatabaseConnectionInfo2.ConnectionServer Property
ArcGIS Developer Help

IDatabaseConnectionInfo2.ConnectionServer Property

The server this workspace is connected to.

[Visual Basic .NET]
Public ReadOnly Property ConnectionServer As String
[C#]
public string ConnectionServer {get;}
[C++]
HRESULT get_ConnectionServer(
  System.String* server
);
[C++]
Parameters
server [out, retval]

server is a parameter of type BSTR*

Product Availability

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

See Also

IDatabaseConnectionInfo2 Interface