UIConnectionInfo.SaveToStream(XmlWriter, 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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Persists connection info to the specified XML stream.
public:
void SaveToStream(System::Xml::XmlWriter ^ writer, bool saveName);
public void SaveToStream (System.Xml.XmlWriter writer, bool saveName);
member this.SaveToStream : System.Xml.XmlWriter * bool -> unit
Public Sub SaveToStream (writer As XmlWriter, saveName As Boolean)
Parameters
- writer
- XmlWriter
An XmlWriter for the stream.