共用方式為


SPDeletedSite.Delete method

從資料庫永久移除已刪除的網站。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Delete
'用途
Dim instance As SPDeletedSite

instance.Delete()
public void Delete()

Exceptions

Exception Condition
FileNotFoundException

沒有任何已刪除網站的內容資料庫。

-或-

已刪除的網站已消失。

NotSupportedException

內容資料庫和設定資料庫都支援還原網站。

NotSupportedException

無法還原之網站上的內容資料庫或設定資料庫。

SecurityException

目前的使用者不是伺服器陣列管理員。

備註

此方法會標示此已刪除的網站以非-適到期其保留期間,然後將它移除永久從資料庫。

請參閱

參照

SPDeletedSite class

SPDeletedSite members

Microsoft.SharePoint.Administration namespace