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.

참고 항목

참조

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스