SPExportSettings.LogExportObjectsTable property
取得或設定值,指定是否應記錄檔中寫入暫存目錄"#ExportObjects"的內容。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property LogExportObjectsTable As Boolean
Get
Set
'用途
Dim instance As SPExportSettings
Dim value As Boolean
value = instance.LogExportObjectsTable
instance.LogExportObjectsTable = value
public bool LogExportObjectsTable { get; set; }
Property value
Type: System.Boolean
啟用true如果暫存表格來記錄匯出物件 ;否則,會傳回false。
預設值為false。
備註
此屬性應設true僅針對測試及疑難排解,因為它使用會帶來明顯的效能負荷。