getPortNumber Method (SQLServerDataSource)

Download JDBC driver

Returns the current port number that is used to communicate with SQL Server.

Syntax

  
public int getPortNumber()  

Return Value

An int value that contains the current port number.

Remarks

The port number is the TCP/IP port number that is used when opening a socket connection to SQL Server. If the portNumber property is not set, the getPortNumber method returns the default value of 1433.

Note

The setPortNumber method does not do any range checking on the port value passed in. You can pass tort numbers that are not valid, like 99999, without triggering an error.

See Also

SQLServerDataSource Members
SQLServerDataSource Class