Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.26 KB

File metadata and controls

36 lines (28 loc) · 1.26 KB
title getMultiSubnetFailover Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 1e8cb175-5f4c-4208-b4f5-3646990a30e3
author David-Engel
ms.author v-daenge

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