Enumerazione SimpleOptimizerHintKind
Specifica il tipo di hint di ottimizzazione semplice.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Enumeration SimpleOptimizerHintKind
[SerializableAttribute]
public enum SimpleOptimizerHintKind
[SerializableAttribute]
public enum class SimpleOptimizerHintKind
[<SerializableAttribute>]
type SimpleOptimizerHintKind
public enum SimpleOptimizerHintKind
Membri
Nome membro | Descrizione | |
---|---|---|
Unspecified | Il tipo è Unspecified | |
HashGroup | Il tipo è HashGroup | |
OrderGroup | Il tipo è OrderGroup | |
MergeJoin | Il tipo è MergeJoin | |
HashJoin | Il tipo è HashJoin | |
LoopJoin | Il tipo è LoopJoin | |
ConcatUnion | Il tipo è ConcatUnion | |
HashUnion | Il tipo è HashUnion | |
MergeUnion | Il tipo è MergeUnion | |
KeepUnion | Il tipo è KeepUnion | |
ForceOrder | Il tipo è ForceOrder | |
RobustPlan | Il tipo è RobustPlan | |
KeepPlan | Il tipo è KeepPlan | |
KeepFixedPlan | Il tipo è KeepFixedPlan | |
ExpandViews | Il tipo è ExpandViews | |
AlterColumnPlan | Il tipo è AlterColumnPlan | |
ShrinkDBPlan | Il tipo è ShrinkDBPlan | |
BypassOptimizerQueue | Il tipo è BypassOptimizerQueue | |
UsePlan | Il tipo è UsePlan | |
ParameterizationSimple | Il tipo è ParameterizationSimple | |
ParameterizationForced | Il tipo è ParameterizationForced | |
OptimizeCorrelatedUnionAll | Il tipo è OptimizeCorrelatedUnionAll | |
Recompile | Il tipo è Recompile | |
Fast | Il tipo è Fast | |
CheckConstraintsPlan | Il tipo è CheckConstraintsPlan | |
MaxRecursion | Il tipo è MaxRecursion | |
MaxDop | Il tipo è MaxDop | |
QueryTraceOn | Il tipo è QueryTraceOn | |
CardinalityTunerLimit | Il tipo è CardinalityTunerLimit |