title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
getPropertyInfo Method (SQLServerDriver) |
getPropertyInfo Method (SQLServerDriver) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerDriver.getPropertyInfo |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Used to discover the properties needed to connect to a database.
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String Url,
java.util.Properties Info)
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.
An array of DriverPropertyInfo objects.
This getPropertyInfo method is specified by the getPropertyInfo method in the java.sql.Driver interface.
SQLServerDriver Methods
SQLServerDriver Members
SQLServerDriver Class