Método ExpressionNode.ReadNodeWithCheck
Reads the specified node with a checkmark.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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
- xr
Tipo: System.Xml.XmlReader
The XML reader to be used.
- elements
Tipo: array<System.String[]
The name of the elements in the node.
Valor de retorno
Tipo: System.Collections.Generic.List<String>
The specified node with a checkmark.