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.
Specifies the types of binary query expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration BinaryQueryExpressionType
'Usage
Dim instance As BinaryQueryExpressionType
public enum BinaryQueryExpressionType
public enum class BinaryQueryExpressionType
type BinaryQueryExpressionType
public enum BinaryQueryExpressionType
Members
Member name | Description | |
---|---|---|
Except | The type is Except. | |
Intersect | The type is Intersect. | |
Union | The type is Union. |