Partilhar via


Enumeração FilterNodeOperator.Type

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Enumeration Type
'Uso
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc