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 命名空間