Function Properties
These properties appear in the Properties window when you select a function in Server Explorer. Unless noted, these properties apply only to SQL Server 2005 and SQL Server 2008.
Note
The properties in this topic are ordered by category rather than alphabet.
Note
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
Identity Category
Expands to show the Name property.Name
Shows the name of the selected function.Misc Category
Expands to show properties for Assembly Name, Function Type, and In Encrypted.Assembly Name
Shows the name of the assembly in which the function is used.Function Type
Shows the return type of this function: Scalar-valued, Table-valued, or Inline.Is Encrypted
Shows whether the user-defined function was created with an optional encryption parameter.