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

멤버

멤버 이름 설명
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 SetNameConditionType method.

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다. 

참고 항목

참조

Microsoft.SqlServer.Management.Dmf 네임스페이스