附註: |
|---|
| 下一版的 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"
附註: