ExpressionNode.ReadSimpleNodeWithCheck Method

Definition

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

type
ExpressionNodeType

ExpressionNode's type

elements
String[]

list of properties

Returns

Applies to