UserDefinedFunction.FunctionType Property
Gets or sets the user-defined function type.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design)] public UserDefinedFunctionType FunctionType { get; set; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionTypeA UserDefinedFunctionType object value that specifies the type of user-defined function.
User-defined function types include values such as scalar, inline, and table.
UserDefinedFunction Class
Microsoft.SqlServer.Management.Smo Namespace
User-Defined Functions (Database Engine)
CREATE FUNCTION (Transact-SQL)
Show: