ExpressionNode.ReadSimpleNodeWithCheck 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.
Reads and verifies simple (with no children) ExpressionNode in its entirety, including end element. Requested properties must be listed in the order they appear in the stream.
protected static System.Collections.Generic.List<string> ReadSimpleNodeWithCheck (System.Xml.XmlReader xr, Microsoft.SqlServer.Management.Dmf.ExpressionNodeType type, params string[] elements);
static member ReadSimpleNodeWithCheck : System.Xml.XmlReader * Microsoft.SqlServer.Management.Dmf.ExpressionNodeType * string[] -> System.Collections.Generic.List<string>
Protected Shared Function ReadSimpleNodeWithCheck (xr As XmlReader, type As ExpressionNodeType, ParamArray elements As String()) As List(Of String)
Parameters
- xr
- XmlReader
- type
- ExpressionNodeType
ExpressionNode's type
- elements
- String[]
list of properties