FilterOperator 열거형
Specifies the supported filter operations.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Public Enumeration FilterOperator
‘사용 방법
Dim instance As FilterOperator
public enum FilterOperator
public enum class FilterOperator
type FilterOperator
public enum FilterOperator
멤버
멤버 이름 | 설명 | |
---|---|---|
Between | Includes the object in the result if the property value is between two values. | |
Contains | Includes the object in the result if the property value contains a specified value. | |
Equal | Includes the object in the result if the property value is equal to the filter value. | |
GreaterThan | Includes the object in the result if the property value is greater than the filter value. | |
GreaterThanEqual | Includes the object in the result if the property value is greater than or equal to the filter value. | |
LessThan | Includes the object in the result if the property value is less than the filter value. | |
LessThanEqual | Includes the object in the result if the property value is less than or equal to the filter value. | |
NotBetween | Includes the object in the result if the property value is not between two values. | |
NotContains | Includes the object in the result if the property value does not contain a specified value. | |
NotEqual | Includes the object in the result if the property value is not equal to the filter value. | |
StartsWith | Includes the object in the result if the property value starts with a specified value. |
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스