DatabaseFile.Shrink(Int32, ShrinkMethod) メソッド

定義

dbfile またはログ ファイルを圧縮します。

public void Shrink(int newSizeInMB, Microsoft.SqlServer.Management.Smo.ShrinkMethod shrinkType);
member this.Shrink : int * Microsoft.SqlServer.Management.Smo.ShrinkMethod -> unit
Public Sub Shrink (newSizeInMB As Integer, shrinkType As ShrinkMethod)

パラメーター

newSizeInMB
Int32
shrinkType
ShrinkMethod

適用対象