Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.22 KB

setapplicationintent-method-sqlserverdatasource.md

File metadata and controls

35 lines (26 loc) · 1.22 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
setApplicationIntent Method (SQLServerDataSource)
setApplicationIntent Method (SQLServerDataSource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

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