共用方式為


RefactoringLog 建構函式

初始化 RefactoringLog 類別的新執行個體。

命名空間:  Microsoft.Data.Schema.Refactoring
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Protected Sub New ( _
    logPath As String _
)
protected RefactoringLog(
    string logPath
)
protected:
RefactoringLog(
    String^ logPath
)
new : 
        logPath:string -> RefactoringLog
protected function RefactoringLog(
    logPath : String
)

參數

備註

如果檔案不存在,便會建立重構記錄檔。 開啟或讀取檔案時遇到的任何 XML 或 IO 例外狀況,都必須由呼叫端處理。 如果檔案沒有正確的格式,則會擲回應用程式例外狀況。

.NET Framework 安全性

請參閱

參考

RefactoringLog 類別

Microsoft.Data.Schema.Refactoring 命名空間