Connection (clsDataSource)

注意注意

  この機能は、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.

関連項目

参照