XmlUtility.SelectChildrenByAttribute Methode

Definition

Überlädt

Name Beschreibung
SelectChildrenByAttribute(XmlTextReader, String, String)

Untergeordnete Elemente nach Attribut auswählen

SelectChildrenByAttribute(XmlTextReader, String, String)

Untergeordnete Elemente nach Attribut auswählen

SelectChildrenByAttribute(XmlTextReader, String, String)

Untergeordnete Elemente nach Attribut auswählen

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

Parameter

reader
XmlTextReader
strAttribute
String
strValue
String

Gibt zurück

Gilt für:

SelectChildrenByAttribute(XmlTextReader, String, String)

Untergeordnete Elemente nach Attribut auswählen

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

Parameter

reader
XmlTextReader
strAttribute
String
strValue
String

Gibt zurück

Gilt für: