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