DbccCommand Enumeration

Specifies the Dbcc commands.

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

Syntax

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

Members

Member name Description
ActiveCursors The command is ActiveCursors.
AddExtendedProc The command is AddExtendedProc.
AddInstance The command is AddInstance.
AuditEvent The command is AuditEvent.
AutoPilot The command is AutoPilot.
Buffer The command is Buffer.
Bytes The command is Bytes.
CacheProfile The command is CacheProfile.
CacheStats The command is CacheStats.
CallFullText The command is CallFullText.
CheckAlloc The command is CheckAlloc.
CheckCatalog The command is CheckCatalog.
CheckConstraints The command is CheckConstraints.
CheckDB The command is CheckDB.
CheckFileGroup The command is CheckFileGroup.
CheckIdent The command is CheckIdent.
CheckPrimaryFile The command is CheckPrimaryFile.
CheckTable The command is CheckTable.
CleanTable The command is CleanTable.
ClearSpaceCaches The command is ClearSpaceCaches.
CollectStats The command is CollectStats.
ConcurrencyViolation The command is ConcurrencyViolation.
CursorStats The command is CursorStats.
DBRecover The command is DBRecover.
DBReindex The command is DBReindex.
DBReindexAll The command is DBReindexAll.
DBRepair The command is DBRepair.
DebugBreak The command is DebugBreak.
DeleteInstance The command is DeleteInstance.
DetachDB The command is DetachDB.
DropCleanBuffers The command is DropCleanBuffers.
DropExtendedProc The command is DropExtendedProc.
DumpConfig The command is DumpConfig.
DumpDBInfo The command is DumpDBInfo.
DumpDBTable The command is DumpDBTable.
DumpLock The command is DumpLock.
DumpLog The command is DumpLog.
DumpPage The command is DumpPage.
DumpResource The command is DumpResource.
DumpTrigger The command is DumpTrigger.
ErrorLog The command is ErrorLog.
ExtentInfo The command is ExtentInfo.
FileHeader The command is FileHeader.
FixAllocation The command is FixAllocation.
Flush The command is Flush.
FlushProcInDB The command is FlushProcInDB.
ForceGhostCleanup The command is ForceGhostCleanup.
Free The command is Free.
FreeProcCache The command is FreeProcCache.
FreeSessionCache The command is FreeSessionCache.
FreeSystemCache The command is FreeSystemCache.
FreezeIO The command is FreezeIO.
Help The command is Help.
IcecapQuery The command is IcecapQuery.
IncrementInstance The command is IncrementInstance.
Ind The command is Ind.
IndexDefrag The command is IndexDefrag.
InputBuffer The command is InputBuffer.
InvalidateTextptr Command is InvalidateTextptr.
InvalidateTextptrObjid The command is InvalidateTextptrObjid.
Latch The command is Latch.
LogInfo The command is LogInfo.
MapAllocUnit The command is MapAllocUnit.
MemObjList The command is MemObjList.
MemoryMap The command is MemoryMap.
MemoryStatus The command is MemoryStatus.
Metadata The command is Metadata.
MovePage The command is MovePage.
None The command is None.
NoTextptr The command is NoTextptr.
OpenTran The command is OpenTran.
OptimizerWhatIf The command is OptimizerWhatIf.
OutputBuffer The command is OutputBuffer.
PerfMonStats The command is PerfMonStats.
PersistStackHash The command is PersistStackHash.
PinTable The command is PinTable.
ProcCache The command is ProcCache.
PrtiPage The command is PrtiPage.
ReadPage The command is ReadPage.
RenameColumn The command is RenameColumn.
RuleOff The command is RuleOff.
RuleOn The command is RuleOn.
SeMetadata The command is SeMetadata.
SetCpuWeight The command is SetCpuWeight.
SetInstance The command is SetInstance.
SetIOWeight The command is SetIOWeight.
ShowContig The command is ShowContig.
ShowDBAffinity The command is ShowDBAffinity.
ShowFileStats The command is ShowFileStats.
ShowOffRules The command is ShowOffRules.
ShowOnRules The command is ShowOnRules.
ShowStatistics The command is ShowStatistics.
ShowTableAffinity The command is ShowTableAffinity.
ShowText The command is ShowText.
ShowWeights The command is ShowWeights.
ShrinkDatabase The command is ShrinkDatabase.
ShrinkFile The command is ShrinkFile.
SqlMgrStats The command is SqlMgrStats.
SqlPerf The command is SqlPerf.
StackDump The command is StackDump.
Tec The command is Tec.
ThawIO The command is ThawIO.
TraceOff The command is TraceOff.
TraceOn The command is TraceOn.
TraceStatus The command is TraceStatus.
UnpinTable The command is UnpinTable.
UpdateUsage The command is UpdateUsage.
UsePlan The command is UsePlan.
UserOptions The command is UserOptions.
WritePage The command is WritePage.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace