IUserDefinedFunctionFactory Interface
Defines methods that can be used to create user-defined function objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateScalarValuedFunction(ISchema^, String^) | Creates an IScalarValuedFunction object that belongs to the specified ISchema object and has the specified name. |
![]() | CreateTableValuedFunction(ISchema^, String^) | Creates an ITableValuedFunction object that belongs to the specified ISchema object and has the specified name. |
Show:
