This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceName2 Interface > IWorkspaceName2.ConnectionString Property (ArcObjects .NET 10.5 SDK) |
The connection properties of the WorkspaceName.
[Visual Basic .NET] Public Property ConnectionString As String
[C#] public string ConnectionString {get; set;}
[C++]
HRESULT get_ConnectionString(
BSTR* connectionSting
);
[C++]
HRESULT put_ConnectionString(
BSTR connectionSting
);
[C++]
Parameters connectionSting [out, retval] connectionSting is a parameter of type BSTR connectionSting [in] connectionSting is a parameter of type BSTR