Writes the data source settings to a specified XML node.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Sub WriteDataSource( _
ByVal instance As IDataSource, _
ByVal writer As System.Xml.XmlWriter, _
ByVal nodeName As System.String _
) |
Parameters
- instance
- The instance of Data Source to store.
- writer
- The XmlWriter where settings are expected to be saved.
- nodeName
- The name of a node where the XDataSource settings are to be stored.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also