setDescription Method (SQLServerDataSource)

Download JDBC driver

Sets the description of the data source.

Syntax

  
public void setDescription(java.lang.String description)  

Parameters

description

A String that contains the description.

See Also

SQLServerDataSource Members
SQLServerDataSource Class