UserDefinedFunctionType Enumeration
The UserDefinedFunctionType enumeration is a list of constant values that specify the types of user-defined functions that are supported by SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Bildirim
Public Enumeration UserDefinedFunctionType
public enum UserDefinedFunctionType
public enum class UserDefinedFunctionType
public enum UserDefinedFunctionType
public enum UserDefinedFunctionType
Members
Member name | Description |
---|---|
Inline | An inline function. |
Scalar | A scalar function. |
Table | A table function. |
Unknown | The function type is unknown. |
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.