UserDefinedFunctionType 枚举
The UserDefinedFunctionType enumeration is a list of constant values that specify the types of user-defined functions that are supported by SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration UserDefinedFunctionType
用法
Dim instance As UserDefinedFunctionType
public enum UserDefinedFunctionType
public enum class UserDefinedFunctionType
type UserDefinedFunctionType
public enum UserDefinedFunctionType
成员
成员名称 | 说明 | |
---|---|---|
Inline | An inline function. | |
Scalar | A scalar function. | |
Table | A table function. | |
Unknown | The function type is unknown. |