共用方式為


Property Object

未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。

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

顯示目前物件的 SQL-DMO 物件模型

備註

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.

[!附註]

The Property object is implemented for OLE Automation controllers. The C/C++ SQL-DMO application has no direct access to the Property object.