SelectChildrenByAttribute メソッド
子要素を属性で選択します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Shared Function SelectChildrenByAttribute ( _
reader As XmlTextReader, _
strAttribute As String, _
strValue As String _
) As Boolean
'使用
Dim reader As XmlTextReader
Dim strAttribute As String
Dim strValue As String
Dim returnValue As Boolean
returnValue = XmlUtility.SelectChildrenByAttribute(reader, _
strAttribute, strValue)
public static bool SelectChildrenByAttribute(
XmlTextReader reader,
string strAttribute,
string strValue
)
public:
static bool SelectChildrenByAttribute(
XmlTextReader^ reader,
String^ strAttribute,
String^ strValue
)
static member SelectChildrenByAttribute :
reader:XmlTextReader *
strAttribute:string *
strValue:string -> bool
public static function SelectChildrenByAttribute(
reader : XmlTextReader,
strAttribute : String,
strValue : String
) : boolean
パラメーター
- reader
型: System.Xml. . :: . .XmlTextReader
使用するテキスト リーダーです。
- strAttribute
型: System. . :: . .String
属性の文字列値です。
- strValue
型: System. . :: . .String
値を表す文字列です。
戻り値
型: System. . :: . .Boolean
子要素が属性で選択される場合は true、それ以外の場合は false です。