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


IDEWorkspace.ConnectionString Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEWorkspace.ConnectionString Property

The connection string.

[Visual Basic .NET]
Public Property ConnectionString As String
[C#]
public string ConnectionString {get; set;}
[C++]
HRESULT get_ConnectionString(
  BSTR* connection
);
[C++]
HRESULT put_ConnectionString(
  BSTR connection
);
[C++]

Parameters connection [out, retval] connection is a parameter of type BSTR connection [in] connection is a parameter of type BSTR

Product Availability

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

See Also

IDEWorkspace Interface