Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- xr
Type: System.Xml.XmlReader
The XML reader to be used.
- 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.