共用方式為


DatabaseFile.Shrink 方法

Shrinks a database file.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Shrink ( _
    newSizeInMB As Integer, _
    shrinkType As ShrinkMethod _
)
'用途
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
)

參數

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

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

DatabaseFile 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

檔案與檔案群組架構