Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.59 KB

File metadata and controls

42 lines (33 loc) · 1.59 KB
title getReference Method (SQLServerConnectionPoolDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerConnectionPoolDataSource.getReference
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8c48de91-de55-4f25-a5f1-36a8e8c4629e
author David-Engel
ms.author v-daenge

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