Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.04 KB

File metadata and controls

40 lines (31 loc) · 1.04 KB
title setPassword Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.setPassword
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 0db06631-5e68-488c-a9f1-6e5052c0759d
author David-Engel
ms.author v-daenge

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