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
'Deklaracja
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.