XmlRead Class
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.
base class for parsing a xml configuration file
[System.Runtime.InteropServices.ComVisible(false)]
public class XmlRead
[<System.Runtime.InteropServices.ComVisible(false)>]
type XmlRead = class
Public Class XmlRead
- Inheritance
-
XmlRead
- Derived
- Attributes
Constructors
XmlRead() |
default constructor |
XmlRead(ServerVersion, String, DatabaseEngineType, DatabaseEngineEdition) |
initialize with version and alias |
XmlRead(XmlRead) |
intialize from another XmlReader |
Fields
Properties
Alias |
an alias that is to be used when parsing the file |
Closed |
true if the current element has been fully read |
DatabaseEngineEdition |
The DatabaseEngineEdition of the connection |
DatabaseEngineType |
get database engine type |
Reader |
get the XmlTextReader |
Version |
get server version |
Methods
Close() |
finish parsing this element; step until the next element |
GetAliasString(String) |
apply the alias on the string str and return the result |
GetFields(String) |
read a 'fields' entry ( list of fields separated by '#' ) |
GetTextOfElement() |
reads the text of the current element if available it assumes the curent element is empty or has inside it either a text node or an element node. probably a link_multiple. |
IsElementWithCheckVersion(String) |
Check if the current Element has the specified name, skipping any version elements along the way for which the version requirements aren't met |
Skip() |
skip this element |