Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1016 Bytes

File metadata and controls

40 lines (31 loc) · 1016 Bytes
title setDescription Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.setDescription
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 20403133-7a6a-4a03-8cbb-ccf9b3ab19d2
author David-Engel
ms.author v-daenge

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