共用方式為


SPHealthReportStore.RemoveHealthReport method

會在報表中移除。

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

Syntax

'宣告
Public Sub RemoveHealthReport ( _
    name As String _
)
'用途
Dim instance As SPHealthReportStore
Dim name As String

instance.RemoveHealthReport(name)
public void RemoveHealthReport(
    string name
)

參數

備註

無法移除內建的報告。呼叫此方法與內建報表的名稱會擲回例外狀況的類型ArgumentException

請參閱

參照

SPHealthReportStore class

SPHealthReportStore members

Microsoft.SharePoint.Administration namespace