統計情報オプションの種類を指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration StatisticsOptionType
[SerializableAttribute]
public enum StatisticsOptionType
[SerializableAttribute]
public enum class StatisticsOptionType
[<SerializableAttribute>]
type StatisticsOptionType
public enum StatisticsOptionType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| FullScan | 種類は FullScan です | |
| SamplePercent | 種類は SamplePercent です | |
| SampleRows | 種類は SampleRows です | |
| StatsStream | 種類は StatsStream です | |
| NoRecompute | 種類は NoRecompute です | |
| Resample | 種類は Resample です | |
| RowCount | 種類は RowCount です | |
| PageCount | 種類は PageCount です | |
| All | 種類は All です | |
| Columns | 種類は Columns です | |
| Index | 種類は Index です |