Freigeben über


BinaryQueryExpressionType-Enumeration

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

Elemente

Elementname Beschreibung
Except The type is Except.
Intersect The type is Intersect.
Union The type is Union.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace