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. |