XmlUtility.SelectChildrenByAttribute 메서드

정의

오버로드

Name Description
SelectChildrenByAttribute(XmlTextReader, String, String)

특성별 자식 요소 선택

SelectChildrenByAttribute(XmlTextReader, String, String)

특성별 자식 요소 선택

SelectChildrenByAttribute(XmlTextReader, String, String)

특성별 자식 요소 선택

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

매개 변수

reader
XmlTextReader
strAttribute
String
strValue
String

반품

적용 대상

SelectChildrenByAttribute(XmlTextReader, String, String)

특성별 자식 요소 선택

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

매개 변수

reader
XmlTextReader
strAttribute
String
strValue
String

반품

적용 대상