Compartir a través de


getMaxConnections Method (SQLServerDatabaseMetaData)

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

public int getMaxConnections()

Valor devuelto

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

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members