Перечисление 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