--- title: "position Method (SQLServerNClob) | 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: 5b42f036-4cb0-449b-8036-b48e0a14609f author: David-Engel ms.author: v-daenge --- # position Method (SQLServerNClob) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Retrieves the character position of the specified **NClob** object or substring in the **NClob** based on the specified starting position. ## Overload List |Name|Description| |----------|-----------------| |[position Method (java.sql.NClob, long)](../../../connect/jdbc/reference/position-method-java-sql-nclob-long.md)|Retrieves the character position at which the specified **NClob** object *searchstr* appears in this **NClob** object.| |[position Method (java.lang.String, long) (SQLServerNClob)](../../../connect/jdbc/reference/position-method-java-lang-string-long-sqlservernclob.md)|Retrieves the character position at which the specified substring *searchstr* appears in the **NCLOB** value represented by this **NClob** object.| ## See Also [SQLServerNClob Methods](../../../connect/jdbc/reference/sqlservernclob-methods.md) [SQLServerNClob Members](../../../connect/jdbc/reference/sqlservernclob-members.md) [SQLServerNClob Class](../../../connect/jdbc/reference/sqlservernclob-class.md)