다음을 통해 공유


BinaryExpressionType 열거형

Specifies the types of scalar expressions that have two expressions as children.

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

구문

‘선언
<SerializableAttribute> _
Public Enumeration BinaryExpressionType
‘사용 방법
Dim instance As BinaryExpressionType
[SerializableAttribute]
public enum BinaryExpressionType
[SerializableAttribute]
public enum class BinaryExpressionType
[<SerializableAttribute>]
type BinaryExpressionType
public enum BinaryExpressionType

멤버

멤버 이름 설명
Add The Add binary expression.
BitwiseAnd The BitwiseAnd binary expression.
BitwiseOr The BitwiseOr binary expression.
BitwiseXor The BitwiseXor binary expression.
Divide The Divide binary expression.
Modulo The Modulo binary expression.
Multiply The Multiply binary expression.
Subtract The Subtract binary expression.

참고 항목

참조

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스