Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the types of scalar expressions that have two expressions as children.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Enumeration BinaryExpressionType
'Utilisation
Dim instance As BinaryExpressionType
[SerializableAttribute]
public enum BinaryExpressionType
[SerializableAttribute]
public enum class BinaryExpressionType
[<SerializableAttribute>]
type BinaryExpressionType
public enum BinaryExpressionType
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |