Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.43 KB

File metadata and controls

45 lines (35 loc) · 1.43 KB
title getMaxConnections Method (SQLServerDatabaseMetaData) | 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
SQLServerDatabaseMetaData.getMaxConnections
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 745410f7-e59b-4423-9728-c903adedc399
author David-Engel
ms.author v-daenge

getMaxConnections Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of concurrent connections to this database that are possible.

Syntax

  
public int getMaxConnections()  

Return Value

An int that indicates the maximum number of concurrent connections allowed.

Exceptions

SQLServerException

Remarks

This getMaxConnections method is specified by the getMaxConnections method in the java.sql.DatabaseMetaData interface.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class