Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Used to discover the properties needed to connect to a database.
Syntax
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String Url,
java.util.Properties Info)
Parameters
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.
Return Value
An array of DriverPropertyInfo objects.
Exceptions
Remarks
This getPropertyInfo method is specified by the getPropertyInfo method in the java.sql.Driver interface.
See Also
SQLServerDriver Methods
SQLServerDriver Members
SQLServerDriver Class