SchemaComparison.SaveToFile(String, Boolean) メソッド

定義

SchemaComparison を scmp ファイルとして保存します。

public void SaveToFile(string filePath, bool overwrite = true);
member this.SaveToFile : string * bool -> unit
Public Sub SaveToFile (filePath As String, Optional overwrite As Boolean = true)

パラメーター

filePath
String
overwrite
Boolean

true の場合、filePath の既存のファイルはすべて上書きされます。 false の場合、ファイルが filePath に既に存在する場合、save は IOException をスローします。

適用対象