共用方式為


SPFarm.PersistedFileChunkSize property

取得或設定要擷取或傳輸的檔案時,傳送至設定資料庫讀取/寫入作業期間的位元組數目。

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

Syntax

'宣告
Public Property PersistedFileChunkSize As Integer
    Get
    Set
'用途
Dim instance As SPFarm
Dim value As Integer

value = instance.PersistedFileChunkSize

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

Property value

Type: System.Int32
32 位元整數,會指定要擷取或傳送至每個讀取/寫入作業的設定資料庫的位元組數目。

請參閱

參照

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace