SchemaComparison.SaveToStream(Stream) 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 into a stream
public void SaveToStream (System.IO.Stream stream);
member this.SaveToStream : System.IO.Stream -> unit
Public Sub SaveToStream (stream As Stream)
Parameters
- stream
- Stream
A stream that supports writing.