DbccOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of dbcc options
public enum DbccOptionKind
type DbccOptionKind =
Public Enum DbccOptionKind
- Inheritance
-
DbccOptionKind
Fields
Name | Value | Description |
---|---|---|
AllErrorMessages | 0 | |
CountRows | 1 | |
NoInfoMessages | 2 | |
TableResults | 3 | |
TabLock | 4 | |
StatHeader | 5 | |
DensityVector | 6 | |
HistogramSteps | 7 | |
EstimateOnly | 8 | |
Fast | 9 | |
AllLevels | 10 | |
AllIndexes | 11 | |
PhysicalOnly | 12 | |
AllConstraints | 13 | |
StatsStream | 14 | |
Histogram | 15 | |
DataPurity | 16 | |
MarkInUseForRemoval | 17 | |
ExtendedLogicalChecks | 18 |