共用方式為


SPDeploymentSettings.LogFilePath property

取得或設定值,指定內容移轉記錄檔的完整路徑。

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

Syntax

'宣告
Public Property LogFilePath As String
    Get
    Set
'用途
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.LogFilePath

instance.LogFilePath = value
public string LogFilePath { get; set; }

Property value

Type: System.String
包含的檔案路徑string 。預設值為a null reference (Nothing in Visual Basic)字串。

備註

時使用 stsadm 公用程式,此記錄檔是預設建立,並呼叫 [檔案名稱]。[export|import].log。

請參閱

參照

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace