Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.2 KB

getmultisubnetfailover-method-sqlserverdatasource.md

File metadata and controls

33 lines (25 loc) · 1.2 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
getMultiSubnetFailover Method (SQLServerDataSource)
getMultiSubnetFailover Method (SQLServerDataSource)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

getMultiSubnetFailover Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the value of the multiSubnetFailover connection property.

Syntax

public boolean getMultiSubnetFailover();  

Return Value

Returns true or false, depending on the current setting of the connection property.

Remarks

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

See Also

SQLServerDataSource.setMultiSubnetFailover
SQLServerDataSource Members
SQLServerDataSource Class