Udostępnij za pośrednictwem


Wyliczenie FilterNodeOperator.Type

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Enumeration Type
'Użycie
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type

Elementy członkowskie

Nazwa elementu członkowskiego Opis
LT Opisuje mniej niż operator.
GT Opisuje większa niż operator.
LE Opisuje mniej równe operator.
GE Opisuje większa operator równości.
EQ Opisuje operator równości.
NE Opisuje nierówne operator.
OR Opisuje operator OR.
And Opisuje operator I.
NEG Opisuje operator minus.