Oggetto proprietà ADO


Oggetto di proprietà

L'oggetto ADO Property rappresenta una caratteristica dinamica di un oggetto ADO definito dal provider.

Ogni provider che dialoga con ADO ha modi diversi di interagire con ADO. Pertanto, ADO deve archiviare in qualche modo le informazioni sul provider. La soluzione è che il provider fornisce informazioni specifiche (proprietà dinamiche) ad ADO. ADO archivia ogni proprietà del provider in un oggetto Property che viene nuovamente archiviato nella Collection Properties. La Collection viene assegnata a un oggetto Command, Connection, Field o Recordset.


ProgID

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

Proprietà

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