Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.4 KB

File metadata and controls

44 lines (36 loc) · 1.4 KB
title getMultiSubnetFailover Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
ms.assetid 1e8cb175-5f4c-4208-b4f5-3646990a30e3
caps.latest.revision 4
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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