Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.23 KB

setmultisubnetfailover-method-sqlserverdatasource.md

File metadata and controls

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

setMultiSubnetFailover Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Sets the value of the multiSubnetFailover connection property.

Syntax

public void setMultiSubnetFailover(boolean multiSubnetFailover);  

Parameters

multiSubnetFailover

The new value of the multiSubnetFailover connection property.

Remarks

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

See Also

SQLServerDataSource.getMultiSubnetFailover
SQLServerDataSource Members
SQLServerDataSource Class