NameConditionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates operators used in Name Conditions (expression: @Name operator 'object_name') None used for all other expressions
public enum NameConditionType
type NameConditionType =
Public Enum NameConditionType
- Inheritance
-
NameConditionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Equal | 1 | |
Like | 2 | |
NotEqual | 3 | |
NotLike | 4 |