次の方法で共有


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

パラメーター

戻り値

型: System. . :: . .Boolean
子要素が属性で選択される場合は true、それ以外の場合は false です。