次の方法で共有


Property Object

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The Property object exposes the attributes of a SQL Distributed Management Objects (SQL-DMO) object property.

現在のオブジェクトを表す SQL-DMO オブジェクト モデル

Properties

Get Property

Type Property (Property)

Name Property

Value Property

Set Property

 

解説

Object properties implement instance data for OLE objects. SQL-DMO is implemented as a dual-interface object library. Its objects are exposed as OLE Automated objects and as COM objects, enabling you to use either an OLE Automation Controller or a C/C++ compiler as an application development platform.

OLE Automation controllers, such as Microsoft Visual Basic, typically enrich the development experience by providing syntax completion and other development aids. Because it exposes the attributes of object properties, the Property object is a central component of automated developer assistance.

ms136247.note(ja-jp,SQL.90).gifメモ :
The Property object is implemented for OLE Automation controllers. The C/C++ SQL-DMO application has no direct access to the Property object.