XmlUtility.SelectChildrenByAttribute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| SelectChildrenByAttribute(XmlTextReader, String, String) |
sélectionner des éléments enfants par attribut |
| SelectChildrenByAttribute(XmlTextReader, String, String) |
sélectionner des éléments enfants par attribut |
SelectChildrenByAttribute(XmlTextReader, String, String)
sélectionner des éléments enfants par attribut
public static bool SelectChildrenByAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader reader, string strAttribute, string strValue);
static member SelectChildrenByAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.XmlTextReader * string * string -> bool
Public Shared Function SelectChildrenByAttribute (reader As XmlTextReader, strAttribute As String, strValue As String) As Boolean
Paramètres
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String
Retours
S’applique à
SelectChildrenByAttribute(XmlTextReader, String, String)
sélectionner des éléments enfants par attribut
public static bool SelectChildrenByAttribute(System.Xml.XmlTextReader reader, string strAttribute, string strValue);
static member SelectChildrenByAttribute : System.Xml.XmlTextReader * string * string -> bool
Public Shared Function SelectChildrenByAttribute (reader As XmlTextReader, strAttribute As String, strValue As String) As Boolean
Paramètres
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String