Partager via


RefactoringLog, constructeur

Initialise une nouvelle instance de la classe RefactoringLog.

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

Syntaxe

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

Paramètres

  • logPath
    Type : System.String
    Chemin d'accès au fichier journal de refactorisation.

Notes

Si le fichier n'existe pas, un fichier journal de refactorisation sera créé. Toutes les exceptions XML et E/S rencontrées lors de l'ouverture ou de la lecture du fichier doivent être contrôlées par l'appelant. Les exceptions d'application sont levées si le fichier n'est pas au format correct.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringLog Classe

Microsoft.Data.Schema.Refactoring, espace de noms