Compartir a través de


DatabaseFile.Shrink Método

Shrinks a database file.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Shrink ( _
    newSizeInMB As Integer, _
    shrinkType As ShrinkMethod _
)
'Uso
Dim instance As DatabaseFile 
Dim newSizeInMB As Integer 
Dim shrinkType As ShrinkMethod

instance.Shrink(newSizeInMB, shrinkType)
public void Shrink(
    int newSizeInMB,
    ShrinkMethod shrinkType
)
public:
void Shrink(
    int newSizeInMB, 
    ShrinkMethod shrinkType
)
member Shrink : 
        newSizeInMB:int * 
        shrinkType:ShrinkMethod -> unit
public function Shrink(
    newSizeInMB : int, 
    shrinkType : ShrinkMethod
)

Parámetros

  • newSizeInMB
    Tipo: System.Int32
    An Int32 value that specifies the new size of the database file.

Ejemplos

Utilizar grupos de archivos y archivos para almacenar datos

Vea también

Referencia

DatabaseFile Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Arquitectura de archivos y grupos de archivos