Condividi tramite


setLoginTimeout Method (SQLServerDataSource)

Sets the number of seconds that this SQLServerDataSource object will wait while trying to make a connection.

public void setLoginTimeout(int loginTimeout)

Parametri

loginTimeout

An int value that represents the number of seconds to wait. Zero means that the timeout is the default system timeout, which is specified as 15 seconds by default.

Osservazioni

This setLoginTimeout method is specified by the setLoginTimeout method in the javax.sql.DataSource interface.

Vedere anche

Riferimento

SQLServerDataSource Class

Concetti

SQLServerDataSource Methods
SQLServerDataSource Members