Compartir a través de


Enumeración FilterNodeFunction.Type

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Indicates the type of the function.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Enumeration Type
'Uso
Dim instance As FilterNodeFunction.Type
public enum Type
public enum class Type
type Type
public enum Type

Miembros

Nombre del miembro Descripción
True The true() function.
False The false() function.
String Not currently supported.
Contains The contains() function. This is similar to the LIKE function, but it adds % around the input pattern.
UserDefined A placeholder for enumerator extension defined functions.
Not The not() function.
Boolean Not currently supported.
Like The Transact-SQL LIKE function.
In The Transact-SQL IN function.