Partager via


SqlRefactoringLog, constructeur

Initialise une nouvelle instance de la classe SqlRefactoringLog.

Espace de noms :  Microsoft.Data.Schema.Sql.Refactoring
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Paramètres

  • logPath
    Type : System.String
    Fichier journal auquel ajouter les données ou à créer.

Sécurité .NET Framework

Voir aussi

Référence

SqlRefactoringLog Classe

Microsoft.Data.Schema.Sql.Refactoring, espace de noms