Database.CheckAllocations(RepairType) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Invoca DBCC CHECKALLOC con el tipo de reparación especificado.
public System.Collections.Specialized.StringCollection CheckAllocations(Microsoft.SqlServer.Management.Smo.RepairType repairType);
member this.CheckAllocations : Microsoft.SqlServer.Management.Smo.RepairType -> System.Collections.Specialized.StringCollection
Public Function CheckAllocations (repairType As RepairType) As StringCollection
Parámetros
- repairType
- RepairType