SchemaComparison.SaveToFile(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the SchemaComparison as an scmp file.
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)
Parameters
- filePath
- String
- overwrite
- Boolean
When true, any existing file at filePath will be overwritten. If false, save will throw an IOException if a file already exists at filePath.