public void SetSQLServerConnectionParameters( string strServer, string strDatabase, ProjectManagement.AuthenticationType eAuthType, string strUser, string strPassword, bool bRememberPass )
public: void SetSQLServerConnectionParameters( String^ strServer, String^ strDatabase, ProjectManagement.AuthenticationType eAuthType, String^ strUser, String^ strPassword, bool bRememberPass )
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. |