Condividi tramite


Enumerazione FilterNodeFunction.Type

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Indicates the type of the function.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Enumeration Type
'Utilizzo
Dim instance As FilterNodeFunction.Type
public enum Type
public enum class Type
type Type
public enum Type

Membri

Nome membro Descrizione
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.