UserDefinedFunctionParameter Constructor
Initializes a new instance of the UserDefinedFunctionParameter class.
Notas
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Lista de sobrecargas
Nombre | Description |
---|---|
UserDefinedFunctionParameter () |
Initializes a new instance of the UserDefinedFunctionParameter class.
|
UserDefinedFunctionParameter (UserDefinedFunction, String) |
Initializes a new instance of the UserDefinedFunctionParameter class for the specified user-defined function and with the specified name.
|
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.
|
Vea también
Referencia
UserDefinedFunctionParameter Class
UserDefinedFunctionParameter Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
Funciones definidas por el usuario (motor de base de datos)
CREATE FUNCTION (Transact-SQL)