Expand Minimize
This topic has not yet been rated - Rate this topic

BinaryExpressionType Enumeration

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
[SerializableAttribute]
public enum BinaryExpressionType
Member nameDescription
AddThe Add binary expression.
BitwiseAndThe BitwiseAnd binary expression.
BitwiseOrThe BitwiseOr binary expression.
BitwiseXorThe BitwiseXor binary expression.
DivideThe Divide binary expression.
ModuloThe Modulo binary expression.
MultiplyThe Multiply binary expression.
SubtractThe Subtract binary expression.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.