Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Enumeration Type
'Uso
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |