Méthode XmlUtility.SelectChildrenByName
Selects the children elements by name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function SelectChildrenByName ( _
reader As XmlTextReader, _
strName As String _
) As Boolean
'Utilisation
Dim reader As XmlTextReader
Dim strName As String
Dim returnValue As Boolean
returnValue = XmlUtility.SelectChildrenByName(reader, _
strName)
public static bool SelectChildrenByName(
XmlTextReader reader,
string strName
)
public:
static bool SelectChildrenByName(
XmlTextReader^ reader,
String^ strName
)
static member SelectChildrenByName :
reader:XmlTextReader *
strName:string -> bool
public static function SelectChildrenByName(
reader : XmlTextReader,
strName : String
) : boolean
Paramètres
- reader
Type : System.Xml.XmlTextReader
The text reader to use.
- strName
Type : System.String
A string value for the Name.
Valeur de retour
Type : System.Boolean
true if the children elements are selected by name; otherwise, false.