Required Property (DEDesigner Extensibility)

       

Specifies whether the value of the DEParameter object is required.

Syntax

object.Required(Boolean)

The Required property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
Boolean Optional. A Boolean expression that specifies whether the value of the DEParameter object is required. When True, the default, a value must be supplied to successfully execute the stored procedure.

Remarks

If a child DECommand object has required parameters, each of the parameters must be used in a relation definition to successfully execute the SHAPE Command at run time.