Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.33 KB

File metadata and controls

40 lines (32 loc) · 1.33 KB
title getMultiSubnetFailover Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
ms.assetid 1e8cb175-5f4c-4208-b4f5-3646990a30e3
caps.latest.revision 4
author MightyPen
ms.author genemi
manager craigg

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