Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Reads the specified node with a checkmark.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Protected Shared Function ReadNodeWithCheck ( _
xr As XmlReader, _
ParamArray elements As String() _
) As List(Of String)
'Utilisation
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>
Paramètres
- xr
Type : System.Xml.XmlReader
The XML reader to be used.
- elements
Type : array<System.String[]
The name of the elements in the node.
Valeur de retour
Type : System.Collections.Generic.List<String>
The specified node with a checkmark.