Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum UserDefinedFunctionType
Member nameDescription
InlineAn inline function.
ScalarA scalar function.
TableA table function.
UnknownThe function type is unknown.

The UserDefinedFunctionType enumeration class is served by the FunctionType property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.