ExpressionNode.ReadSimpleNodeWithCheck(XmlReader, ExpressionNodeType, String[]) 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.

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
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

List<String>
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to