setMultiSubnetFailover Method (SQLServerDataSource)

Download JDBC driver

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