共用方式為


SPExportSettings.ExportMethod property

取得或設定一個值,指定您是否要執行完整或累加匯出。

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

Syntax

'宣告
Public Property ExportMethod As SPExportMethodType
    Get
    Set
'用途
Dim instance As SPExportSettings
Dim value As SPExportMethodType

value = instance.ExportMethod

instance.ExportMethod = value
public SPExportMethodType ExportMethod { get; set; }

Property value

Type: Microsoft.SharePoint.Deployment.SPExportMethodType
SPExportMethodType 值。

備註

此屬性用於判斷應匯出指定範圍內的哪個物件。選項如下:

  • ExportAll匯出不論是否這些已經匯出先前指定之範圍內的所有物件。

  • ExportChanges匯出 (使用ExportChangeToken屬性的值) 的最後一個匯出作業後已變更的物件。

請參閱

參照

SPExportSettings class

SPExportSettings members

Microsoft.SharePoint.Deployment namespace