--- 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) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Returns the value of the **multiSubnetFailover** connection property. ## Syntax ```vb 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](../../../connect/jdbc/setting-the-connection-properties.md). ## See Also [SQLServerDataSource.setMultiSubnetFailover](../../../connect/jdbc/reference/setmultisubnetfailover-method-sqlserverdatasource.md) [SQLServerDataSource Members](../../../connect/jdbc/reference/sqlserverdatasource-members.md) [SQLServerDataSource Class](../../../connect/jdbc/reference/sqlserverdatasource-class.md)