Compartir a través de


getMaxColumnsInIndex Method (SQLServerDatabaseMetaData)

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

public int getMaxColumnsInIndex()

Valor devuelto

An int that indicates the maximum number of columns allowed.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members