Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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