Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.24 KB

File metadata and controls

36 lines (28 loc) · 1.24 KB
title getApplicationIntent Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 19411e6c-c456-4533-8252-54569a2a6b1f
author David-Engel
ms.author v-daenge

getApplicationIntent Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the value of the applicationIntent connection property.

Syntax

public java.lang.String getApplicationIntent();  

Return Value

Returns the value of the applicationIntent connection property.

Remarks

For more information about the applicationIntent connection property, see Setting the Connection Properties.

See Also

SQLServerDataSource.setApplicationIntent
SQLServerDataSource Members
SQLServerDataSource Class