Поделиться через


Перечисление NameConditionType

The NameConditionType enumeration contains values that are used to specify the condition that is used in a policy.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Enumeration NameConditionType
'Применение
Dim instance As NameConditionType
public enum NameConditionType
public enum class NameConditionType
type NameConditionType
public enum NameConditionType

Элементы

Имя элемента Описание
None There is no condition.
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.
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 SetNameConditionType()()()() method.

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.