Compartir a través de


ReadNodeWithCheck Método

Reads the specified node with a checkmark.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Protected Shared Function ReadNodeWithCheck ( _
    xr As XmlReader, _
    ParamArray elements As String() _
) As List(Of String)
'Uso
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>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
The specified node with a checkmark.