JoinHint-Enumeration
Gibt den Joinhinweis an.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration JoinHint
public enum JoinHint
public enum class JoinHint
type JoinHint
public enum JoinHint
Member
Membername | Beschreibung | |
---|---|---|
None | Der Hinweis ist None. | |
Loop | Der Hinweis ist Loop. | |
Hash | Der Hinweis ist Hash. | |
Merge | Der Hinweis ist Merge. | |
Remote | Der Hinweis ist Remote. |