Tries to establish a connection with the data source that this SQLServerDataSource object represents.
语法
public java.sql.Connection getConnection()
返回值
A SQLServerConnection object.
异常
java.sql.SQLException
备注
This getConnection method is specified by the getConnection method in the javax.sql.DataSource interface.