Sdílet prostřednictvím


UserDefinedFunctionParameter Constructor (UserDefinedFunction, String)

Initializes a new instance of the UserDefinedFunctionParameter class for the specified user-defined function and with the specified name.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    userDefinedFunction As UserDefinedFunction, _
    name As String _
)
public UserDefinedFunctionParameter (
    UserDefinedFunction userDefinedFunction,
    string name
)
public:
UserDefinedFunctionParameter (
    UserDefinedFunction^ userDefinedFunction, 
    String^ name
)
public UserDefinedFunctionParameter (
    UserDefinedFunction userDefinedFunction, 
    String name
)
public function UserDefinedFunctionParameter (
    userDefinedFunction : UserDefinedFunction, 
    name : String
)

Parameters

  • userDefinedFunction
    A UserDefinedFunction object that specifies the user-defined function to which the parameter belongs.
  • name
    A String value that specifies the name of the user-defined function parameter.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Example

How to: Construct an Object in Visual Basic .NET

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

UserDefinedFunctionParameter Class
UserDefinedFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

User-defined Functions (Database Engine)
CREATE FUNCTION (Transact-SQL)