Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.49 KB

File metadata and controls

37 lines (28 loc) · 1.49 KB
title getReference Method (SQLServerConnectionPoolDataSource)
description getReference Method (SQLServerConnectionPoolDataSource)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerConnectionPoolDataSource.getReference
apitype Assembly

getReference Method (SQLServerConnectionPoolDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns a reference to this SQLServerConnectionPoolDataSource object.

Syntax

  
public javax.naming.Reference getReference()  

Return Value

A Reference object.

Remarks

This getReference method is specified by the getReference method in the javax.naming.Referenceable interface. It overrides the getReference method of the SQLServerDataSource class.

See Also

SQLServerConnectionPoolDataSource Methods
SQLServerConnectionPoolDataSource Members
SQLServerConnectionPoolDataSource Class