Dela via


SqlRefactoringLog Constructor

Initializes a new instance of the SqlRefactoringLog class.

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

Syntax

'Declaration
Public Sub New ( _
    logPath As String _
)
public SqlRefactoringLog(
    string logPath
)
public:
SqlRefactoringLog(
    String^ logPath
)
new : 
        logPath:string -> SqlRefactoringLog
public function SqlRefactoringLog(
    logPath : String
)

Parameters

  • logPath
    Type: System.String
    The logfile to append to or create.

.NET Framework Security

See Also

Reference

SqlRefactoringLog Class

Microsoft.Data.Schema.Sql.Refactoring Namespace