Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.18 KB

File metadata and controls

48 lines (39 loc) · 1.18 KB
title setPassword Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDataSource.setPassword
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 0db06631-5e68-488c-a9f1-6e5052c0759d
caps.latest.revision 9
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

setPassword Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Sets the password that will be used to connect to [!INCLUDEssNoVersion].

Syntax

  
public void setPassword(java.lang.String password)  

Parameters

password

A String that contains the password.

See Also

SQLServerDataSource Members
SQLServerDataSource Class