Freigeben über


NameConditionType-Enumeration

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 (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Enumeration NameConditionType
'Usage
Dim instance As NameConditionType
public enum NameConditionType
public enum class NameConditionType
type NameConditionType
public enum NameConditionType

Elemente

Elementname Beschreibung
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.

Hinweise

The NameConditionType enumeration class is served by the SetNameConditionType method.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt. 

Siehe auch

Verweis

Microsoft.SqlServer.Management.Dmf-Namespace