Metoda Shrink
Zmniejsza plik bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Sub Shrink ( _
newSizeInMB As Integer, _
shrinkType As ShrinkMethod _
)
'Użycie
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
)
Parameters
- newSizeInMB
Typ: System. . :: . .Int32
Int32 Wartość, która określa nowy rozmiar plik bazy danych.
- shrinkType
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ShrinkMethod
A ShrinkMethod wartość obiektu, który określa opcje zmniejszania.
Zobacz także