Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.35 KB

File metadata and controls

41 lines (33 loc) · 1.35 KB
title getMultiSubnetFailover Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
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