Méthode XmlUtility.SelectChildrenByAttribute
Selects the children elements by attribute. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function SelectChildrenByAttribute ( _
reader As XmlTextReader, _
strAttribute As String, _
strValue As String _
) As Boolean
'Utilisation
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
Paramètres
- reader
Type : System.Xml.XmlTextReader
The text reader to use.
- strAttribute
Type : System.String
A string value for the Attribute.
- strValue
Type : System.String
A string that represents the Value.
Valeur de retour
Type : System.Boolean
true if the children elements are selected by their attributes; otherwise, false.