Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.32 KB

File metadata and controls

40 lines (30 loc) · 1.32 KB
title getMaxConnections Method (SQLServerDatabaseMetaData)
description getMaxConnections Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.getMaxConnections
apitype Assembly

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