Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 950 Bytes

File metadata and controls

35 lines (26 loc) · 950 Bytes
title setPassword Method (SQLServerDataSource)
description setPassword Method (SQLServerDataSource)
author David-Engel
ms.author davidengel
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