Share via


setUser Method (SQLServerDataSource)

Sets the user name that is used to connect the data source.

public void setUser(java.lang.String user)

매개 변수

user

A String that contains the user name.

주의

The setUser method sets the user name that will be used to connect to SQL Server. If user name value is not set, the getUser method returns the default value of null.

참고

참조

SQLServerDataSource Class

개념

SQLServerDataSource Methods
SQLServerDataSource Members