UIConnectionInfo.SaveToStream(XmlWriter, Boolean) Method

Definition

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.

saveName
Boolean

A Boolean that specifies whether to include the UserName property in the stream.

Applies to