Enumeração BooleanBinaryExpressionType
Represents the types of boolean expressions that have two expressions as children.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration BooleanBinaryExpressionType
'Uso
Dim instance As BooleanBinaryExpressionType
[SerializableAttribute]
public enum BooleanBinaryExpressionType
[SerializableAttribute]
public enum class BooleanBinaryExpressionType
[<SerializableAttribute>]
type BooleanBinaryExpressionType
public enum BooleanBinaryExpressionType
Membros
Nome do membro | Descrição | |
---|---|---|
And | The And Boolean binary expression type. | |
Or | The Or Boolean binary expression type. |