Méthode XmlUtility.GoUpOneLevel
Reads a specified value until the execution goes up one level. 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 GoUpOneLevel ( _
reader As XmlTextReader _
) As Boolean
'Utilisation
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.GoUpOneLevel(reader)
public static bool GoUpOneLevel(
XmlTextReader reader
)
public:
static bool GoUpOneLevel(
XmlTextReader^ reader
)
static member GoUpOneLevel :
reader:XmlTextReader -> bool
public static function GoUpOneLevel(
reader : XmlTextReader
) : boolean
Paramètres
- reader
Type : System.Xml.XmlTextReader
The text reader to use.
Valeur de retour
Type : System.Boolean
true if the execution goes up one level; otherwise, false.