Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |