![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEWorkspace Interface > IDEWorkspace.ConnectionString Property (ArcObjects .NET 10.5 SDK) |
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