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
- 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.