Поделиться через


Перечисление FilterNodeFunction.Type

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Indicates the type of the function.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Enumeration Type
'Применение
Dim instance As FilterNodeFunction.Type
public enum Type
public enum class Type
type Type
public enum Type

Элементы

Имя элемента Описание
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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc