Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 944 Bytes

File metadata and controls

36 lines (27 loc) · 944 Bytes
title setDescription Method (SQLServerDataSource)
description setDescription Method (SQLServerDataSource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
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