Microsoft SDK for Java

createParameter

This method of the Command class creates a new Parameter object with the specified properties.

Syntax

public com.ms.wfc.data.Parameter createParameter(String Name, int Type, int Direction, int Size, Object Value);

Return Value

A Parameter object.

Parameters

Name Optional. A String that contains the name of the Parameter object.
Type Optional. A DataType value that specifies the data type of the Parameter object.
Direction Optional. A ParameterDirectionEnum value that specifies the type of Parameter object.
Size Optional. A Long value that specifies the maximum length for the parameter value in characters or bytes.
Value Optional. A Variant that specifies the value for the Parameter object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.