title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic |
---|---|---|---|---|---|---|---|
getClientInfoProperties Method (SQLServerDatabaseMetaData) |
getClientInfoProperties Method (SQLServerDatabaseMetaData) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
[!INCLUDEDriver_JDBC_Download]
Retrieves a list of the client information properties that the driver supports.
public java.sql.ResultSet getClientInfoProperties()
A ResultSet object.
This getClientInfoProperties method is specified by the getClientInfoProperties method in the java.sql.DatabaseMetaData interface.
Note
This method returns an empty result set. The driver supports setting only the applicationName and sets the applicationName only at connection time. SQL Server does not support updating the client application information after the connection is established.
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class