Returns the minor version number of the Microsoft SQL Server JDBC Driver.

Syntax

public int getMinorVersion()

Return Value

An int that contains the minor version number of the JDBC driver.

Remarks

This getMinorVersion method is specified by the getMinorVersion method in the java.sql.Driver interface.

See Also

SQLServerDriver Class
SQLServerDriver Methods
SQLServerDriver Members