StatisticsOptionType – výčet
Určuje typ možnost statistiky.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
<SerializableAttribute> _
Public Enumeration StatisticsOptionType
[SerializableAttribute]
public enum StatisticsOptionType
[SerializableAttribute]
public enum class StatisticsOptionType
[<SerializableAttribute>]
type StatisticsOptionType
public enum StatisticsOptionType
Členy
Název členu | Popis | |
---|---|---|
FullScan | Typ je FullScan | |
SamplePercent | Typ je SamplePercent | |
SampleRows | Typ je SampleRows | |
StatsStream | Typ je StatsStream | |
NoRecompute | Typ je NoRecompute | |
Resample | Převzorkování je typ | |
RowCount | Typ je RowCount | |
PageCount | Typ je PageCount | |
All | Typ je vše | |
Columns | Je typ sloupce | |
Index | Typ je Index |