Command Name Property
Field Name Property
Parameter Name Property
PROPERTY: Property::Name
string =
fieldobject.
Name
The
Name
property returns a string that is the name of the
Property
object. The name can also be obtained from the
Properties Collection
.
The
Name
property is also used by the
Command, Field
, and
Parameter
objects.
Code (VBScript):
For Each objProperty In objConnection.Properties
Response.Write "Name = " & objProperty.
Name
& VBCRLF
Response.Write "Type = " & objProperty.Type & VBCRLF
Response.Write "Value = " & objProperty.Value & VBCRLF
Next
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information