BooleanBinaryExpressionType 枚举
Represents the types of boolean expressions that have two expressions as children.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration BooleanBinaryExpressionType
用法
Dim instance As BooleanBinaryExpressionType
[SerializableAttribute]
public enum BooleanBinaryExpressionType
[SerializableAttribute]
public enum class BooleanBinaryExpressionType
[<SerializableAttribute>]
type BooleanBinaryExpressionType
public enum BooleanBinaryExpressionType
成员
成员名称 | 说明 | |
---|---|---|
And | The And Boolean binary expression type. | |
Or | The Or Boolean binary expression type. |