Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Retrieves a list of the client information properties that the driver supports.
Syntax
public java.sql.ResultSet getClientInfoProperties()
Return Value
A ResultSet object.
Exceptions
Remarks
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.
See Also
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class