Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the kinds of DBCC options.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Enumeration DbccOptionKind
'Uso
Dim instance As DbccOptionKind
public enum DbccOptionKind
public enum class DbccOptionKind
type DbccOptionKind
public enum DbccOptionKind
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom