Share via


ExpressionNode.ReadNodeWithCheck Method

Reads the specified node with a checkmark.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Shared Function ReadNodeWithCheck ( _
    xr As XmlReader, _
    ParamArray elements As String() _
) As List(Of String)
'Usage
Dim xr As XmlReader 
Dim elements As String()
Dim returnValue As List(Of String)

returnValue = ExpressionNode.ReadNodeWithCheck(xr, _
    elements)
protected static List<string> ReadNodeWithCheck(
    XmlReader xr,
    params string[] elements
)
protected:
static List<String^>^ ReadNodeWithCheck(
    XmlReader^ xr, 
    ... array<String^>^ elements
)
static member ReadNodeWithCheck : 
        xr:XmlReader * 
        elements:string[] -> List<string> 
protected static function ReadNodeWithCheck(
    xr : XmlReader, 
    ... elements : String[]
) : List<String>

Parameters

  • elements
    Type: array<System.String[]
    The name of the elements in the node.

Return Value

Type: System.Collections.Generic.List<String>
The specified node with a checkmark.

See Also

Reference

ExpressionNode Class

Microsoft.SqlServer.Management.Dmf Namespace