Langue

XmlUtility.SelectChildrenByAttribute Méthode

Définition

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

Retours

S’applique à