SPContentDatabaseIntegrityCheckOptions enumeration
提供幾個內容資料庫的完整性檢查的組態選項。
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<FlagsAttribute> _
Public Enumeration SPContentDatabaseIntegrityCheckOptions
'用途
Dim instance As SPContentDatabaseIntegrityCheckOptions
[FlagsAttribute]
public enum SPContentDatabaseIntegrityCheckOptions
Members
Member name | Description | |
---|---|---|
None | 不允許變更完整性檢查作業。 | |
CalledFromHealthRule | 表示從 SharePoint 狀況規則會執行檢查。此範圍勾選以一組操作有效期間狀況規則。 | |
ExtendedAdminCheck | 延伸檢查所有網站管理員的使用者。 | |
ShowLocation | 會新增至記錄結果的位置資料。 |