Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.41 KB

File metadata and controls

45 lines (35 loc) · 1.41 KB
title getDatabaseMinorVersion 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.getDatabaseMinorVersion
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 18163668-60d6-4d54-aaf1-c338b8c90f2a
author David-Engel
ms.author v-daenge

getDatabaseMinorVersion Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the minor version number of the underlying database.

Syntax

  
public int getDatabaseMinorVersion()  

Return Value

An int that indicates the database minor version.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class