หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Represents the types of comparison predicates that involve a subquery.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SubqueryComparisonPredicateType
'Usage
Dim instance As SubqueryComparisonPredicateType
[SerializableAttribute]
public enum SubqueryComparisonPredicateType
[SerializableAttribute]
public enum class SubqueryComparisonPredicateType
[<SerializableAttribute>]
type SubqueryComparisonPredicateType
public enum SubqueryComparisonPredicateType
Members
| Member name | Description | |
|---|---|---|
| All | The Type is All. | |
| Any | The Type is Any. | |
| None | The Type is None. |