หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the types of join hints.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration JoinHint
'Usage
Dim instance As JoinHint
public enum JoinHint
public enum class JoinHint
type JoinHint
public enum JoinHint
Members
| Member name | Description | |
|---|---|---|
| Hash | The Hint is Hash. | |
| Loop | The Hint is Loop. | |
| Merge | The Hint is Merge. | |
| None | The Hint is None. | |
| Remote | The Hint is Remote. |