XmlUtility.SelectChildrenByAttribute Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| SelectChildrenByAttribute(XmlTextReader, String, String) |
selecionar elementos filhos por atributo |
| SelectChildrenByAttribute(XmlTextReader, String, String) |
selecionar elementos filhos por atributo |
SelectChildrenByAttribute(XmlTextReader, String, String)
selecionar elementos filhos 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
Retornos
Aplica-se a
SelectChildrenByAttribute(XmlTextReader, String, String)
selecionar elementos filhos 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