DbccOptionKind 枚举
Specifies the kinds of DBCC options.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration DbccOptionKind
用法
Dim instance As DbccOptionKind
public enum DbccOptionKind
public enum class DbccOptionKind
type DbccOptionKind
public enum DbccOptionKind
成员
成员名称 | 说明 | |
---|---|---|
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. |