Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |