Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.