Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 940 Bytes

getdescription-method-sqlserverdatasource.md

File metadata and controls

33 lines (25 loc) · 940 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getDescription Method (SQLServerDataSource)
getDescription Method (SQLServerDataSource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDataSource.getDescription
Assembly

getDescription Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns a description of the data source.

Syntax

  
public java.lang.String getDescription()  

Return Value

A String that contains the data source description or null if no value is set.

See Also

SQLServerDataSource Members
SQLServerDataSource Class