IBuiltInFunctionLookup Interface
Provides the ability to look up SQL Server built-in functions and system functions that start with two at signs (@@).
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | AllBuiltIns | Gets a collection that contains all built-in functions and system functions that start with two at signs (@@). |
![]() | BuiltInFunctions | Gets a collection that contains all SQL Server built-in functions. |
![]() | DateParts | Gets a collection that contains all SQL Server built-in function date-part arguments. |
![]() | GlobalVariables | Gets a collection that contains all SQL Server system functions that start with two at signs (@@). |
| Name | Description | |
|---|---|---|
![]() | GetMultiTypeBuiltInFunction(String^, ISystemDataType^) | Returns an IBuiltInFunction object that represents a built-in function that has a multitype return value (such as a CAST, CONVERT or IDENTITY function). The IBuiltInFunction object returns the specified system data type instead of the generic return type. |
Show:

