XmlUtility.SelectChildrenByAttribute(XmlTextReader, String, String) Method

Definition

select children elements by attribute

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

Parameters

reader
XmlTextReader
strAttribute
String
strValue
String

Returns

Applies to