Énumération FilterNodeOperator.Type

Ne faites pas directement référence à 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
And Describes the AND operator.
EQ Describes the equal operator.
GE Describes the greater equal operator.
GT Describes the greater than operator.
LE Describes the less equal operator.
LT Describes the less than operator.
NE Describes the not equal operator.
NEG Describes the negation operator.
OR Describes the OR operator.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc