Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Enumeration Type
'Usage
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type
Members
| Member name | 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. |