DbccOptionKind Enumeration

Specifies the kinds of DBCC options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration DbccOptionKind
'Usage
Dim instance As DbccOptionKind
public enum DbccOptionKind
public enum class DbccOptionKind
type DbccOptionKind
public enum DbccOptionKind

Members

Member name Description
AllConstraints The AllConstraints option.
AllErrorMessages The AllErrorMessages option.
AllIndexes The AllIndexes option.
AllLevels The AllLevels option.
CountRows The CountRows option.
DataPurity The DataPurity option.
DensityVector The DensityVector option.
EstimateOnly The EstimateOnly option.
ExtendedLogicalChecks The ExtendedLogicalChecks option.
Fast The Fast option.
Histogram The Histogram option.
HistogramSteps The HistogramSteps option.
MarkInUseForRemoval The MarkInUseForRemoval option.
NoInfoMessages The NoInfoMessages option.
PhysicalOnly The PhysicalOnly option.
StatHeader The StatHeader option.
StatsStream The StatsStream option.
TableResults The TableResults option.
TabLock The TabLock option.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace