XmlUtility.SelectChildrenByAttribute Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| SelectChildrenByAttribute(XmlTextReader, String, String) |
seleccionar elementos secundarios por atributo |
| SelectChildrenByAttribute(XmlTextReader, String, String) |
seleccionar elementos secundarios por atributo |
SelectChildrenByAttribute(XmlTextReader, String, String)
seleccionar elementos secundarios por atributo
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
Parámetros
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String
Devoluciones
Se aplica a
SelectChildrenByAttribute(XmlTextReader, String, String)
seleccionar elementos secundarios por atributo
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
Parámetros
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String