Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.