Compartir a través de


getMaxUserNameLength Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of characters that this database allows in a user name.

public int getMaxUserNameLength()

Valor devuelto

An int that indicates the maximum number of characters allowed.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members