SimpleOptimizerHintKind, énumération
Spécifie le type d'indicateur d'optimiseur simple.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Enumeration SimpleOptimizerHintKind
[SerializableAttribute]
public enum SimpleOptimizerHintKind
[SerializableAttribute]
public enum class SimpleOptimizerHintKind
[<SerializableAttribute>]
type SimpleOptimizerHintKind
public enum SimpleOptimizerHintKind
Membres
Nom de membre | Description | |
---|---|---|
Unspecified | Le type est Unspecified | |
HashGroup | Le type est HashGroup | |
OrderGroup | Le type est OrderGroup | |
MergeJoin | Le type est MergeJoin | |
HashJoin | Le type est HashJoin | |
LoopJoin | Le type est LoopJoin | |
ConcatUnion | Le type est ConcatUnion | |
HashUnion | Le type est HashUnion | |
MergeUnion | Le type est MergeUnion | |
KeepUnion | Le type est KeepUnion | |
ForceOrder | Le type est ForceOrder | |
RobustPlan | Le type est RobustPlan | |
KeepPlan | Le type est KeepPlan | |
KeepFixedPlan | Le type est KeepFixedPlan | |
ExpandViews | Le type est ExpandViews | |
AlterColumnPlan | Le type est AlterColumnPlan | |
ShrinkDBPlan | Le type est ShrinkDBPlan | |
BypassOptimizerQueue | Le type est BypassOptimizerQueue | |
UsePlan | Le type est UsePlan | |
ParameterizationSimple | Le type est ParameterizationSimple | |
ParameterizationForced | Le type est ParameterizationForced | |
OptimizeCorrelatedUnionAll | Le type est OptimizeCorrelatedUnionAll | |
Recompile | Le type est Recompile | |
Fast | Le type est Fast | |
CheckConstraintsPlan | Le type est CheckConstraintsPlan | |
MaxRecursion | Le type est MaxRecursion | |
MaxDop | Le type est MaxDop | |
QueryTraceOn | Le type est QueryTraceOn | |
CardinalityTunerLimit | Le type est CardinalityTunerLimit |