共用方式為


SPWebApplication.CellStorageDataCleanupExcludedDocTypes property

NOTE: This API is now obsolete.

取得或設定使相關的檔案片段 (英文) 不會刪除排除儲存格儲存區資料清除計時器工作的文件類型。

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

Syntax

'宣告
<ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")> _
Public Property CellStorageDataCleanupExcludedDocTypes As String()
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As String()

value = instance.CellStorageDataCleanupExcludedDocTypes

instance.CellStorageDataCleanupExcludedDocTypes = value
[ObsoleteAttribute("This property is obsolete. All data is cleaned up at write-time.")]
public string[] CellStorageDataCleanupExcludedDocTypes { get; set; }

Property value

Type: []
若要從儲存格儲存區資料清理排除的文件類型。預設值為one、 onetmp及onetoc2。

備註

此屬性定義已排除的文件類型的儲存格儲存區資料清除計時器工作不會刪除資料表資料集。計時器工作已硬式編碼的清單中所排除的文件類型。換句話說,將不會刪除這些檔案相關聯的檔案片段表資料。如果沒有使用檔案片段表格中的 SQL Server 磁碟空間的其他檔案類型,伺服器陣列的伺服器系統管理員可以更新透過此屬性的硬式編碼清單。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace