Share via


Énumération FilterNodeOperator.Type

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Enumeration Type
'Utilisation
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type

Membres

Nom de membre Description
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.