XmlUtility.SelectChildrenByAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| SelectChildrenByAttribute(XmlTextReader, String, String) |
Selezionare elementi figlio per attributo |
| SelectChildrenByAttribute(XmlTextReader, String, String) |
Selezionare elementi figlio per attributo |
SelectChildrenByAttribute(XmlTextReader, String, String)
Selezionare elementi figlio per attributo
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
Parametri
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String
Valori restituiti
Si applica a
SelectChildrenByAttribute(XmlTextReader, String, String)
Selezionare elementi figlio per attributo
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
Parametri
- reader
- XmlTextReader
- strAttribute
- String
- strValue
- String