XmlUtility.SelectChildrenByAttribute メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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