SubqueryComparisonPredicateType 枚举

Represents the types of comparison predicates that involve a subquery.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration SubqueryComparisonPredicateType
用法
Dim instance As SubqueryComparisonPredicateType
[SerializableAttribute]
public enum SubqueryComparisonPredicateType
[SerializableAttribute]
public enum class SubqueryComparisonPredicateType
[<SerializableAttribute>]
type SubqueryComparisonPredicateType
public enum SubqueryComparisonPredicateType

成员

成员名称 说明
All The Type is All.
Any The Type is Any.
None The Type is None.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间