Partager via


Méthode XmlUtility.SelectNextElement (XmlTextReader)

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 SelectNextElement ( _
    reader As XmlTextReader _
) As Boolean
'Utilisation
Dim reader As XmlTextReader 
Dim returnValue As Boolean 

returnValue = XmlUtility.SelectNextElement(reader)
public static bool SelectNextElement(
    XmlTextReader reader
)
public:
static bool SelectNextElement(
    XmlTextReader^ reader
)
static member SelectNextElement : 
        reader:XmlTextReader -> bool
public static function SelectNextElement(
    reader : XmlTextReader
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true to select the next element; otherwise, false.

Voir aussi

Référence

XmlUtility Classe

Surcharge SelectNextElement

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc