Compartilhar via


Enumeração NameConditionType

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Enumeration NameConditionType
'Uso
Dim instance As NameConditionType
public enum NameConditionType
public enum class NameConditionType
type NameConditionType
public enum NameConditionType

Membros

Nome do membro Descrição
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.

Comentários

The NameConditionType enumeration class is served by the SetNameConditionType()()()() method.

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework. 

Consulte também

Referência