SqlRefactoringLog-Konstruktor

Initialisiert eine neue Instanz der SqlRefactoringLog-Klasse.

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
)

Parameter

  • logPath
    Typ: System.String
    Die Protokolldatei, die erstellt bzw. an die angefügt werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlRefactoringLog Klasse

Microsoft.Data.Schema.Sql.Refactoring-Namespace