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.

주의

The UserDefinedFunctionType enumeration class is served by the FunctionType property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스