TernaryExpressionType 枚举

指定三元表达式类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration TernaryExpressionType
[SerializableAttribute]
public enum TernaryExpressionType
[SerializableAttribute]
public enum class TernaryExpressionType
[<SerializableAttribute>]
type TernaryExpressionType
public enum TernaryExpressionType

成员

成员名称 说明
Between 类型为 Between
NotBetween 类型为 NotBetween

请参见

参考

Microsoft.Data.Schema.ScriptDom.Sql 命名空间