Description (clsDataSource)

注意注意

  下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

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

Data Type

String

Access

Read/write

注释

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

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

请参阅

参考