ConnectionString

Gets and sets a string that specifies information about the data source and the means of connecting to it. SeeFeature Layer Connection Strings” for a list of the supported connection string values and parameters.

 

JavaScript

 

ConnectionString

 

C#

 

string ConnectionString { get; set; }

 

C++

 

HRESULT ConnectionString([out, retval] BSTR* pVal)

HRESULT ConnectionString([in] BSTR pVal)