Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |