Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the possible Statistics options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration StatisticsOptionKind
'Usage
Dim instance As StatisticsOptionKind
[SerializableAttribute]
public enum StatisticsOptionKind
[SerializableAttribute]
public enum class StatisticsOptionKind
[<SerializableAttribute>]
type StatisticsOptionKind
public enum StatisticsOptionKind
Members
| Member name | Description | |
|---|---|---|
| All | The Option kind is All. | |
| Columns | The Option kind is Columns. | |
| FullScan | The Option kind is FullScan. | |
| Index | The Option kind is Index. | |
| NoRecompute | The Option kind is NoRecompute. | |
| PageCount | The Option kind is PageCount. | |
| Resample | The Option kind is Resample. | |
| RowCount | The Option kind is RowCount. | |
| Rows | The Option kind is Rows. | |
| SamplePercent | The Option kind is SamplePercent. | |
| SampleRows | The Option kind is SampleRows. | |
| StatsStream | The Option kind is StatsStream. |