附註: |
|---|
| 下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。 |
The Connection property of an object of ClassType clsDataSource returns a reference to a Microsoft® ActiveX® Data Objects (ADO) Connection object, used to connect to a relational database.
Data Type
ADODB.Connection
Access
Read-only
備註
You can use this ADO Connection object to access the source database directly. For more information, see the ADO documentation.
附註: