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. |