Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.35 KB

sqlserverdatasource-class.md

File metadata and controls

34 lines (24 loc) · 1.35 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
SQLServerDataSource Class
Learn the public API details for the SQLServerDataSource class in the JDBC Driver for SQL Server.
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

SQLServerDataSource Class

[!INCLUDEDriver_JDBC_Download]

Represents a list of properties specific to connecting to a [!INCLUDEssNoVersion] database by using a SQLServerConnection object.

Package: com.microsoft.sqlserver.jdbc

Implements: ISQLServerDataSource, DataSource, java.io.Serializable, javax.naming.Referenceable

Syntax

  
public class SQLServerDataSource  

Remarks

This class supports unwrapping to SQLServerDataSource class, the ISQLServerDataSource interface, and the DataSource interface. For more information, see Wrappers and Interfaces.

See Also

SQLServerDataSource Members
JDBC Driver API Reference