ParameterType Property

English Query

English Query

ParameterType Property

Contains an integer representing a parameter for a command relationship.

Applies To

Parameter Object

Syntax

Parameter.ParameterType [= value]

Parts

Parameter

An object variable that describes a parameter for a command relationship.

value

A returned integer for Microsoft® Visual Basic® Scripting Edition (VBScript) or symbolic constant for Visual Basic that represents the parameter type.

Value Parameter type
0 nlParamValue
1 nlParamField
Remarks

This property is read-only. When the property has the value nlParamValue, the parameter is a value parameter. A value parameter has the properties Value and Units. When the property has the value nlParamField, the parameter is a field parameter. A field parameter has the properties QueryCommand and Fields.

See Also

DomainCmd Object

Fields Property

QueryCommand Property

Units Property

Value Property