This method retrieves the ODBC connection string that the repository engine uses to obtain an ODBC connection to the repository database.
HRESULT get_ConnectionString(BSTR szString);
szString
[out]
The ODBC connection string.
S_OK
The method completed successfully.
This method failed to complete successfully.
The ODBC connection string can contain user identification and password information. Take care to protect this information from exposure to unauthorized access.