NameConditionType Enumeration
The NameConditionType enumeration contains values that are used to specify the condition that is used in a policy.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Member name | Description | |
---|---|---|
Equal | The nodes of the expression must be equal. | |
Like | The nodes of the expression must be like each other, as with the Transact-SQL LIKE statement. | |
None | There is no condition. | |
NotEqual | The nodes of the expression must not be equal. | |
NotLike | The nodes of the expression must not be like each other. See the Transact-SQL LIKE statement. |
The NameConditionType enumeration class is served by the M:Microsoft.SqlServer.Management.Dmf.ExpressionNode.SetNameConditionType method.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Show: