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

TeradataConnectionParameters.PortNumber Property

Specifies the port number for connecting to Teradata databases.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public int PortNumber { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the port number. This value cannot be negative or greater than 65535.

See Also