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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.