Skip to main content

TeradataConnectionParameters Constructors

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