setApplicationIntent Method (SQLServerDataSource)

Download JDBC driver

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