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 命名空間