ADO 속성 개체


속성 개체

ADO Property 개체는 공급자가 정의한 ADO 개체의 동적 특성을 나타냅니다.

ADO와 통신하는 공급자마다 ADO와 상호 작용하는 방법이 다릅니다. 따라서 ADO는 어떤 방식으로든 공급자에 대한 정보를 저장해야 합니다. 솔루션은 공급자가 ADO에 특정 정보(동적 속성)를 제공하는 것입니다. ADO는 속성 컬렉션에 다시 저장되는 Property 개체에 각 공급자 속성을 저장합니다. 컬렉션은 Command 개체, Connection 개체, Field 개체 또는 Recordset 개체에 할당됩니다.


ProgID

set objProperty=Server.CreateObject("ADODB.property")

속성

Property Description
Attributes Returns the attributes of a Property object
Name Sets or returns the name of a Property object
Type Returns the type of a Property object
Value Sets or returns the value of a Property object