Sdílet prostřednictvím


UserDefinedFunctionParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the UserDefinedFunctionParameter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method UserDefinedFunctionParameter() Initializes a new instance of the UserDefinedFunctionParameter class.
Public method UserDefinedFunctionParameter(UserDefinedFunction, String) Initializes a new instance of the UserDefinedFunctionParameter class for the specified user-defined function and with the specified name.
Public method UserDefinedFunctionParameter(UserDefinedFunction, String, DataType) Initializes a new instance of the UserDefinedFunctionParameter class for the specified user-defined function, with the specified name and specified data type.

Top