SetSQLServerConnectionParameters Method (Translate)
In This Topic
Sets SQL connection parameters.
Syntax
public void SetSQLServerConnectionParameters(
string ,
string ,
Translate.AuthenticationType ,
string ,
string ,
bool
)
public:
void SetSQLServerConnectionParameters(
String^ ,
String^ ,
Translate.AuthenticationType ,
String^ ,
String^ ,
bool
)
Parameters
| Parameter Name | Description |
|---|
| strServer | Server path |
| strDatabase | Database name |
| eAuthType | Authentication type: Windows authentication or SQL server |
| strUser | Database user name - used only when authentication type is SQL server. |
| strPassword | Database user's password - used only when authentication type is SQL server. |
| bRememberPass | Password remember. |
See Also