A Properties collection contains all the Property objects for a specific instance of an object.
Some ADO objects have a Properties collection made up of Property objects. Each Property object corresponds to a characteristic of the ADO object specific to the provider.
To refer to a Property object in a collection by its ordinal number or by its Name property setting, use any of the following syntax forms:
object.Properties.Item(0)
object.Properties.Item("name")
object.Properties(0)
object.Properties("name")
Note See the Property object topic for a more detailed explanation of how to use Property objects.
Command, Connection, Field, Recordset
file: /Techref/language/asp/comp/dadobj02_3.htm, 2KB, , updated: 1996/11/21 19:01, local time: 2024/10/31 20:30,
3.21.12.229:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/language/asp/comp/dadobj02_3.htm"> Properties Collection (ADO)</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.