GM_DBUtilDBMakeConnectionString Method |
Make a connection string from the input connection parameters
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntaxpublic static GM_Error_t32 DBMakeConnectionString(
out string aConnectionStr,
uint aBufferLength,
GM_DBConnectionParams_t aConnectionParams
)
Public Shared Function DBMakeConnectionString (
<OutAttribute> ByRef aConnectionStr As String,
aBufferLength As UInteger,
aConnectionParams As GM_DBConnectionParams_t
) As GM_Error_t32
public:
static GM_Error_t32 DBMakeConnectionString(
[OutAttribute] String^% aConnectionStr,
unsigned int aBufferLength,
GM_DBConnectionParams_t aConnectionParams
)
Parameters
- aConnectionStr
- Type: SystemString
OUT: The connection string buffer - aBufferLength
- Type: SystemUInt32
IN: The length of the connection string buffer - aConnectionParams
- Type: GlobalMapper.DatabaseGM_DBConnectionParams_t
IN: The connection parameters
Return Value
Type:
GM_Error_t32A GM Error Code
See Also