Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.42 KB

File metadata and controls

46 lines (37 loc) · 1.42 KB
title setApplicationIntent Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid e164c8ac-a0ae-4638-affb-ed454e7c0708
caps.latest.revision 4
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setApplicationIntent Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Sets the value of the applicationIntent connection property.

Syntax

public void setApplicationIntent(java.lang.String applicationIntent);  

Parameters

applicationIntent

The new value of the applicationIntent connection property.

Remarks

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

See Also

SQLServerDataSource.getApplicationIntent
SQLServerDataSource Members
SQLServerDataSource Class