Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Specifies the kinds of DBCC options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration DbccOptionKind
'Uso
Dim instance As DbccOptionKind
public enum DbccOptionKind
public enum class DbccOptionKind
type DbccOptionKind
public enum DbccOptionKind
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |