Condividi tramite


getPropertyInfo Method (SQLServerDriver)

Used to discover the properties needed to connect to a database.

public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String Url,
                                                     java.util.Properties Info)

Parametri

Url

A String value that contains the URL that is used to connect to the database.

Info

A list of property value pairs, null on first use.

Valore restituito

An array of DriverPropertyInfo objects.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerDriver Class

Concetti

SQLServerDriver Methods
SQLServerDriver Members