FilterNodeFunction::Type Enumeration
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Indicates the type of the function.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Member name | Description | |
|---|---|---|
| Boolean | Not currently supported. | |
| Contains | The contains() function. This is similar to the LIKE function, but it adds % around the input pattern. | |
| False | The false() function. | |
| In | The Transact-SQL IN function. | |
| Like | The Transact-SQL LIKE function. | |
| Not | The not() function. | |
| String | Not currently supported. | |
| True | The true() function. | |
| UserDefined | A placeholder for enumerator extension defined functions. |
Show: