Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.19 KB

File metadata and controls

34 lines (26 loc) · 1.19 KB
title getApplicationIntent Method (SQLServerDataSource)
description getApplicationIntent Method (SQLServerDataSource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
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