TernaryExpressionType-Enumeration

Gibt den ternären Ausdruckstyp an.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration TernaryExpressionType
[SerializableAttribute]
public enum TernaryExpressionType
[SerializableAttribute]
public enum class TernaryExpressionType
[<SerializableAttribute>]
type TernaryExpressionType
public enum TernaryExpressionType

Member

Membername Beschreibung
Between Der Typ ist Between.
NotBetween Der Typ ist NotBetween.

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace