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.

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