Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.46 KB

File metadata and controls

49 lines (39 loc) · 1.46 KB
title getMaxColumnsInIndex Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDatabaseMetaData.getMaxColumnsInIndex
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 108f0e2c-7dc5-4195-8248-0758a75a314e
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard

getMaxColumnsInIndex Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the maximum number of columns that this database allows in an index.

Syntax

  
public int getMaxColumnsInIndex()  

Return Value

An int that indicates the maximum number of columns allowed.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class