Skip to main content
A newer version of this page is available. .

AmazonRedshiftConnectionParameters Constructors

Contains parameters used to establish a connection to an Amazon Redshift database.
Name Parameters Description
AmazonRedshiftConnectionParameters() none Initializes a new instance of the AmazonRedshiftConnectionParameters class with the default settings.
AmazonRedshiftConnectionParameters(String, Int32, String, String, String) serverName, port, databaseName, userName, password Initializes a new instance of the AmazonRedshiftConnectionParameters class with the specified settings.
AmazonRedshiftConnectionParameters(String, String, String, String) serverName, databaseName, userName, password Initializes a new instance of the AmazonRedshiftConnectionParameters class with the specified settings.
See Also