--- title: "getApplicationIntent 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: 19411e6c-c456-4533-8252-54569a2a6b1f author: David-Engel ms.author: v-daenge --- # getApplicationIntent Method (SQLServerDataSource) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Returns the value of the **applicationIntent** connection property. ## Syntax ```vb public java.lang.String getApplicationIntent(); ``` ## Return Value Returns the value of the **applicationIntent** connection property. ## Remarks For more information about the **applicationIntent** connection property, see [Setting the Connection Properties](../../../connect/jdbc/setting-the-connection-properties.md). ## See Also [SQLServerDataSource.setApplicationIntent](../../../connect/jdbc/reference/setapplicationintent-method-sqlserverdatasource.md) [SQLServerDataSource Members](../../../connect/jdbc/reference/sqlserverdatasource-members.md) [SQLServerDataSource Class](../../../connect/jdbc/reference/sqlserverdatasource-class.md)