Share via


UserDefinedFunctionType Enumeration

The UserDefinedFunctionType enumeration is a list of constant values that specify the types of user-defined functions supported by Microsoft SQL Server.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Sintaxis

'Declaración
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.

Notas

The UserDefinedFunctionType enumeration class is served by the FunctionType property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Management.Smo Namespace