Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 903 Bytes

File metadata and controls

35 lines (26 loc) · 903 Bytes
title setDescription Method (SQLServerDataSource)
description setDescription 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.setDescription
apitype Assembly

setDescription Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

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