Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.15 KB

File metadata and controls

33 lines (25 loc) · 1.15 KB
title getApplicationIntent Method (SQLServerDataSource)
description getApplicationIntent Method (SQLServerDataSource)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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