Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 987 Bytes

setpassword-method-sqlserverdatasource.md

File metadata and controls

35 lines (26 loc) · 987 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
setPassword Method (SQLServerDataSource)
setPassword Method (SQLServerDataSource)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDataSource.setPassword
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