StatisticsOptionType Enumeration
Specifies the statistics option type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration StatisticsOptionType
[SerializableAttribute]
public enum StatisticsOptionType
[SerializableAttribute]
public enum class StatisticsOptionType
[<SerializableAttribute>]
type StatisticsOptionType
public enum StatisticsOptionType
Members
Member name | Description | |
---|---|---|
FullScan | Type is FullScan | |
SamplePercent | Type is SamplePercent | |
SampleRows | Type is SampleRows | |
StatsStream | Type is StatsStream | |
NoRecompute | Type is NoRecompute | |
Resample | Type is Resample | |
RowCount | Type is RowCount | |
PageCount | Type is PageCount | |
All | Type is All | |
Columns | Type is Columns | |
Index | Type is Index |