AmazonRedshiftConnectionParameters(String, Int32, String, String, String) Constructor
Initializes a new instance of the AmazonRedshiftConnectionParameters class with the specified settings.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public AmazonRedshiftConnectionParameters(
string serverName,
int port,
string databaseName,
string userName,
string password
)
Parameters
| Name | Type | Description |
|---|---|---|
| serverName | String | A String value, specifying the server name. |
| port | Int32 | An integer value, specifying the port number. |
| databaseName | String | A String value, specifying the database name. |
| userName | String | A String value, specifying the user name. |
| password | String | A String value, specifying the password. |
See Also