Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.36 KB

File metadata and controls

43 lines (33 loc) · 1.36 KB
title setLoginTimeout Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.setLoginTimeout
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b63d1cf4-dc1b-4e35-9a56-50436642eaaf
author David-Engel
ms.author v-daenge

setLoginTimeout Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void setLoginTimeout(int loginTimeout)  

Parameters

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.

Remarks

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

See Also

SQLServerDataSource Members
SQLServerDataSource Class