Share via


Description (clsDataSource)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

The Description property of an object of ClassType clsDataSource sets or returns the description of the data source.

Data Type

String

Access

Read/write

Remarks

You can use this property to provide a description of the data source, for example:

dsoDS.Description = "1997 Sales Data verified 2/1/1998"

See Also

Reference