Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BinaryExpressionType
'Usage
Dim instance As BinaryExpressionType
[SerializableAttribute]
public enum BinaryExpressionType
[SerializableAttribute]
public enum class BinaryExpressionType
[<SerializableAttribute>]
type BinaryExpressionType
public enum BinaryExpressionType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |