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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間