Share via


RefactoringLog Constructor

Initializes a new instance of the RefactoringLog class.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameters

  • logPath
    Type: System.String
    The path of the refactoring log file.

Remarks

If the file does not exist, a refactoring log file will be created. Any XML or IO exceptions that are encountered when the file is opened or read must be handled by the caller. Application exceptions are thrown if the file is not in the correct format.

.NET Framework Security

See Also

Reference

RefactoringLog Class

Microsoft.Data.Schema.Refactoring Namespace