다음을 통해 공유


getMaxIndexLength Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of bytes that this database allows for an index, including all of the parts of the index.

public int getMaxIndexLength()

반환 값

An int that indicates the maximum number of bytes allowed.

예외

SQLServerException

주의

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

참고

참조

SQLServerDatabaseMetaData Class

개념

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members