Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 991 Bytes

File metadata and controls

36 lines (27 loc) · 991 Bytes
title setPassword Method (SQLServerDataSource)
description setPassword Method (SQLServerDataSource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDataSource.setPassword
apitype Assembly

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