BinaryQueryExpressionType 枚举

Specifies the types of binary query expression.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration BinaryQueryExpressionType
用法
Dim instance As BinaryQueryExpressionType
public enum BinaryQueryExpressionType
public enum class BinaryQueryExpressionType
type BinaryQueryExpressionType
public enum BinaryQueryExpressionType

成员

成员名称 说明
Except The type is Except.
Intersect The type is Intersect.
Union The type is Union.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间