Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Property Object Name Property

The name of an object.

Name Property Return Values (ADO Property Object)

Sets or returns a String value. The value is read-only on a Property object.

Name Property Remarks (ADO Property Object)

Use the Name property to assign a name to or retrieve the name of a Property object.

You can retrieve the Name property of an object by an ordinal reference, after which the object can be referred to directly by name. For example, if rstMain.Properties(20).Name yields Updatability, you can subsequently refer to this property as rstMain.Properties("Updatability").

Name Property Examples (ADO Property Object)

See the ADO Property Object Attributes Property example.



ContentsPreviousNextIndex