Enumerazione FilterNodeOperator.Type
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
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 FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type
Membri
Nome membro | Descrizione | |
---|---|---|
LT | Describes the less than operator. | |
GT | Describes the greater than operator. | |
LE | Describes the less equal operator. | |
GE | Describes the greater equal operator. | |
EQ | Describes the equal operator. | |
NE | Describes the not equal operator. | |
OR | Describes the OR operator. | |
And | Describes the AND operator. | |
NEG | Describes the negation operator. |