The Description property indicates the purpose of stored procedure parameter.
Applies to objects: Parameter
[[Let] RetVal = ] object.Description [Let] object.Description = SetVal |
The Name property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. An Integer type variable. |
SetVal | Required. An Integer type variable. |
The description property of an object can possess the following values (see Parameter Types).
This property changes will be accepted only during parameter creation. In any other cases the changes will be ignored.
....... |
See Also |
Parameter Object, Constants. |