共用方式為


SPUserCodeService.DataAggregationInterval property

取得或設定的時間,以秒為單位之間資料彙總資料推送備份內容資料庫的服務作業。

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

Syntax

'宣告
Public Property DataAggregationInterval As Integer
    Get
    Set
'用途
Dim instance As SPUserCodeService
Dim value As Integer

value = instance.DataAggregationInterval

instance.DataAggregationInterval = value
public int DataAggregationInterval { get; set; }

Property value

Type: System.Int32
資料推送備份內容資料庫的資料彙總服務作業之間的秒數。

備註

預設值為 60。

請參閱

參照

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace