Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of comparison expressions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BooleanComparisonType
'Usage
Dim instance As BooleanComparisonType
[SerializableAttribute]
public enum BooleanComparisonType
[SerializableAttribute]
public enum class BooleanComparisonType
[<SerializableAttribute>]
type BooleanComparisonType
public enum BooleanComparisonType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Equals | The type of comparison expression is Equals. | |
| GreaterThan | The type of comparison expression is GreaterThan. | |
| GreaterThanOrEqualTo | The type of comparison expression is GreaterThanOrEqualTo. | |
| LeftOuterJoin | The type of comparison expression is LeftOuterJoin. | |
| LessThan | The type of comparison expression is LessThan. | |
| LessThanOrEqualTo | The type of comparison expression is LessThanOrEqualTo. | |
| NotEqualToBrackets | The type of comparison expression is NotEqualToBrackets. | |
| NotEqualToExclamation | The type of comparison expression is NotEqualToExclamation. | |
| NotGreaterThan | The type of comparison expression is NotGreaterThan. | |
| NotLessThan | The type of comparison expression is NotLessThan. | |
| RightOuterJoin | The type of comparison expression is RightOuterJoin. |