Sdílet prostřednictvím


SqlRefactoringLog – konstruktor

Inicializuje novou instanci SqlRefactoringLog Třída

Obor názvů:  Microsoft.Data.Schema.Sql.Refactoring
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlRefactoringLog Třída

Microsoft.Data.Schema.Sql.Refactoring – obor názvů