Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.36 KB

File metadata and controls

42 lines (33 loc) · 1.36 KB
title setMultiSubnetFailover 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 7ffd282d-c2f6-4d1b-a7a6-859d18b388aa
caps.latest.revision 4
author MightyPen
ms.author genemi
manager craigg

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