OperatorType 열거형

Specifies the type of operator.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Enumeration OperatorType
‘사용 방법
Dim instance As OperatorType
public enum OperatorType
public enum class OperatorType
type OperatorType
public enum OperatorType

멤버

멤버 이름 설명
AND Logical AND operator.
BEQ Bitwise equals operator.
BNE Bitwise not equals operator.
EQ Equals operator.
GE Greater than or equals operator.
GT Greater than operator.
IN In group operator.
LE Less than or equals operator.
LIKE Like operator.
LT Less than operator.
NE Not equals operator.
NONE None operator.
NOT_IN Not in group operator.
NOT_LIKE Not like group operator.
OR Logical OR operator.

주의

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

참고 항목

참조

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