BooleanBinaryExpressionType Enumeration

Represents the types of boolean 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 BooleanBinaryExpressionType
'Usage
Dim instance As BooleanBinaryExpressionType
[SerializableAttribute]
public enum BooleanBinaryExpressionType
[SerializableAttribute]
public enum class BooleanBinaryExpressionType
[<SerializableAttribute>]
type BooleanBinaryExpressionType
public enum BooleanBinaryExpressionType

Members

Member name Description
And The And Boolean binary expression type.
Or The Or Boolean binary expression type.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace